Html Css Color HEX #B812DC Deep Magenta

📋 copy color: '#B812DC'

red 184 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #B812DC

Tints of Deep Magenta #B812DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 43.6%
G = 4.27%
B = 52.13%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B812DC (or 0xB812DC) is known color: Deep Magenta. HEX triplet: B8, 12 and DC. RGB value is (184,18,220). Sum of RGB (Red+Green+Blue) = 184+18+220=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B812DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812DC is #47ED23. Grayscale: #5A5A5A. Windows color (decimal): -4713764 or 14422712. OLE color: 14422712.

HSL color Cylindrical-coordinate representation of color #B812DC: hue angle of 289.31º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B812DC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 18 220 -
CMYK 0.16 0.92 0 0.14
HSL 289.31º 0.85% 0.47% -
HSV(B) 289.31º 0.92% 0.86% -
XYZ 32.9 15.79 69.02 -
YUV 90.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 184 18 220 0.16 0.92 0 0.14 289.31 0.85 0.47
Hex B8 12 DC 10 5C 0 E 121 55 2F
Octal 270 22 334 20 134 0 16 441 125 57
Binary 10111000 10010 11011100 10000 1011100 0 1110 100100001 1010101 101111

Color Harmonies of #B812DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812DC

Black with #B812DC

Text Example


Text Example

White with #B812DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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