Html Css Color HEX #B212CB Deep Magenta

📋 copy color: '#B212CB'

red 178 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #B212CB

Tints of Deep Magenta #B212CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.51%

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 44.61%
G = 4.51%
B = 50.88%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B212CB (or 0xB212CB) is known color: Deep Magenta. HEX triplet: B2, 12 and CB. RGB value is (178,18,203). Sum of RGB (Red+Green+Blue) = 178+18+203=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #B212CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212CB is #4DED34. Grayscale: #565656. Windows color (decimal): -5106997 or 13308594. OLE color: 13308594.

HSL color Cylindrical-coordinate representation of color #B212CB: hue angle of 291.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B212CB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 18 203 -
CMYK 0.12 0.91 0 0.20
HSL 291.89º 0.84% 0.43% -
HSV(B) 291.89º 0.91% 0.8% -
XYZ 29.36 14.21 57.7 -
YUV 86.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 178 18 203 0.12 0.91 0 0.20 291.89 0.84 0.43
Hex B2 12 CB C 5B 0 14 124 54 2B
Octal 262 22 313 14 133 0 24 444 124 53
Binary 10110010 10010 11001011 1100 1011011 0 10100 100100100 1010100 101011

Color Harmonies of #B212CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212CB

Black with #B212CB

Text Example


Text Example

White with #B212CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212CB; }

 p { color: rgb(178,18,203); }

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

background-color css

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

 a { background-color: rgb(178,18,203); }

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

border-color css

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

 span { border-color: rgb(178,18,203); }

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