Html Css Color HEX #B212CE Deep Magenta

📋 copy color: '#B212CE'

red 178 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #B212CE

Tints of Deep Magenta #B212CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 44.28%
G = 4.48%
B = 51.24%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B212CE (or 0xB212CE) is known color: Deep Magenta. HEX triplet: B2, 12 and CE. RGB value is (178,18,206). Sum of RGB (Red+Green+Blue) = 178+18+206=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #B212CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212CE is #4DED31. Grayscale: #565656. Windows color (decimal): -5106994 or 13505202. OLE color: 13505202.

HSL color Cylindrical-coordinate representation of color #B212CE: hue angle of 291.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B212CE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 18 206 -
CMYK 0.14 0.91 0 0.19
HSL 291.06º 0.84% 0.44% -
HSV(B) 291.06º 0.91% 0.81% -
XYZ 29.72 14.35 59.6 -
YUV 87.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 178 18 206 0.14 0.91 0 0.19 291.06 0.84 0.44
Hex B2 12 CE E 5B 0 13 123 54 2C
Octal 262 22 316 16 133 0 23 443 124 54
Binary 10110010 10010 11001110 1110 1011011 0 10011 100100011 1010100 101100

Color Harmonies of #B212CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212CE

Black with #B212CE

Text Example


Text Example

White with #B212CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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