Html Css Color HEX #B812DF Deep Magenta

📋 copy color: '#B812DF'

red 184 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #B812DF

Tints of Deep Magenta #B812DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 43.29%
G = 4.24%
B = 52.47%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B812DF (or 0xB812DF) is known color: Deep Magenta. HEX triplet: B8, 12 and DF. RGB value is (184,18,223). Sum of RGB (Red+Green+Blue) = 184+18+223=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #B812DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812DF is #47ED20. Grayscale: #5A5A5A. Windows color (decimal): -4713761 or 14619320. OLE color: 14619320.

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

Color convert

RGB 184 18 223 -
CMYK 0.17 0.92 0 0.13
HSL 288.59º 0.85% 0.47% -
HSV(B) 288.59º 0.92% 0.87% -
XYZ 33.3 15.95 71.14 -
YUV 91 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 184 18 223 0.17 0.92 0 0.13 288.59 0.85 0.47
Hex B8 12 DF 11 5C 0 D 121 55 2F
Octal 270 22 337 21 134 0 15 441 125 57
Binary 10111000 10010 11011111 10001 1011100 0 1101 100100001 1010101 101111

Color Harmonies of #B812DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812DF

Black with #B812DF

Text Example


Text Example

White with #B812DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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