Html Css Color HEX #B912DF Deep Magenta

📋 copy color: '#B912DF'

red 185 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #B912DF

Tints of Deep Magenta #B912DF

RGB

 RED value IS 185 (72.66% from 255) = 43.43%

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

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

R = 43.43%
G = 4.23%
B = 52.35%

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

#B912DF (or 0xB912DF) is known color: Deep Magenta. HEX triplet: B9, 12 and DF. RGB value is (185,18,223). Sum of RGB (Red+Green+Blue) = 185+18+223=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #B912DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912DF is #46ED20. Grayscale: #5A5A5A. Windows color (decimal): -4648225 or 14619321. OLE color: 14619321.

HSL color Cylindrical-coordinate representation of color #B912DF: hue angle of 288.88º 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 #B912DF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 18 223 -
CMYK 0.17 0.92 0 0.13
HSL 288.88º 0.85% 0.47% -
HSV(B) 288.88º 0.92% 0.87% -
XYZ 33.54 16.07 71.15 -
YUV 91.3 202.33 194.83 -
System Red Green Blue C M Y K H S L
Decimal 185 18 223 0.17 0.92 0 0.13 288.88 0.85 0.47
Hex B9 12 DF 11 5C 0 D 121 55 2F
Octal 271 22 337 21 134 0 15 441 125 57
Binary 10111001 10010 11011111 10001 1011100 0 1101 100100001 1010101 101111

Color Harmonies of #B912DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912DF

Black with #B912DF

Text Example


Text Example

White with #B912DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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