Html Css Color HEX #B812CE Deep Magenta

📋 copy color: '#B812CE'

red 184 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #B812CE

Tints of Deep Magenta #B812CE

RGB

 RED value IS 184 (72.27% from 255) = 45.1%

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

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

R = 45.1%
G = 4.41%
B = 50.49%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B812CE (or 0xB812CE) is known color: Deep Magenta. HEX triplet: B8, 12 and CE. RGB value is (184,18,206). Sum of RGB (Red+Green+Blue) = 184+18+206=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #B812CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812CE is #47ED31. Grayscale: #585858. Windows color (decimal): -4713778 or 13505208. OLE color: 13505208.

HSL color Cylindrical-coordinate representation of color #B812CE: hue angle of 292.98º 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 #B812CE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 18 206 -
CMYK 0.11 0.91 0 0.19
HSL 292.98º 0.84% 0.44% -
HSV(B) 292.98º 0.91% 0.81% -
XYZ 31.12 15.08 59.66 -
YUV 89.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 184 18 206 0.11 0.91 0 0.19 292.98 0.84 0.44
Hex B8 12 CE B 5B 0 13 125 54 2C
Octal 270 22 316 13 133 0 23 445 124 54
Binary 10111000 10010 11001110 1011 1011011 0 10011 100100101 1010100 101100

Color Harmonies of #B812CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812CE

Black with #B812CE

Text Example


Text Example

White with #B812CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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