Html Css Color HEX #B218A0 Medium Violet Red

📋 copy color: '#B218A0'

red 178 ◦ green 24 ◦ blue 160

#B218A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B218A0

Tints of Medium Violet Red #B218A0

RGB

 RED value IS 178 (69.92% from 255) = 49.17%

 GREEN value IS 24 (9.77% from 255) = 6.63%

 BLUE value IS 160 (62.89% from 255) = 44.2%

R = 49.17%
G = 6.63%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B218A0 (or 0xB218A0) is known color: Medium Violet Red. HEX triplet: B2, 18 and A0. RGB value is (178,24,160). Sum of RGB (Red+Green+Blue) = 178+24+160=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A0 is #4DE75F. Grayscale: #555555. Windows color (decimal): -5105504 or 10492082. OLE color: 10492082.

HSL color Cylindrical-coordinate representation of color #B218A0: hue angle of 307.01º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218A0 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 160 -
CMYK 0 0.87 0.10 0.30
HSL 307.01º 0.76% 0.4% -
HSV(B) 307.01º 0.87% 0.7% -
XYZ 25.03 12.66 34.38 -
YUV 85.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 178 24 160 0 0.87 0.10 0.30 307.01 0.76 0.4
Hex B2 18 A0 0 57 A 1E 133 4C 28
Octal 262 30 240 0 127 12 36 463 114 50
Binary 10110010 11000 10100000 0 1010111 1010 11110 100110011 1001100 101000

Color Harmonies of #B218A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218A0

Black with #B218A0

Text Example


Text Example

White with #B218A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218A0; }

 p { color: rgb(178,24,160); }

 H1.HeaderClassName
 {
   color: #B218A0;
 }
 .AnyTagClassName
 {
   color: #B218A0;
 }
</style>

background-color css

<style>
 a { background-color: #B218A0; }

 a { background-color: rgb(178,24,160); }

 div.DivClassName
 {
   background-color: #B218A0;
 }
 .BgClassName
 {
   background-color: #B218A0;
 }
</style>

border-color css

<style>
 span { border-color: #B218A0; }

 span { border-color: rgb(178,24,160); }

 td.TdClassName
 {
   border-color: #B218A0;
 }
 .TagClassName
 {
   border-color: #B218A0;
 }
</style>