Html Css Color HEX #B912DE Deep Magenta

📋 copy color: '#B912DE'

red 185 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #B912DE

Tints of Deep Magenta #B912DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 43.53%
G = 4.24%
B = 52.24%

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

#B912DE (or 0xB912DE) is known color: Deep Magenta. HEX triplet: B9, 12 and DE. RGB value is (185,18,222). Sum of RGB (Red+Green+Blue) = 185+18+222=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #B912DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912DE is #46ED21. Grayscale: #5A5A5A. Windows color (decimal): -4648226 or 14553785. OLE color: 14553785.

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

Color convert

RGB 185 18 222 -
CMYK 0.17 0.92 0 0.13
HSL 289.12º 0.85% 0.47% -
HSV(B) 289.12º 0.92% 0.87% -
XYZ 33.41 16.02 70.44 -
YUV 91.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 185 18 222 0.17 0.92 0 0.13 289.12 0.85 0.47
Hex B9 12 DE 11 5C 0 D 121 55 2F
Octal 271 22 336 21 134 0 15 441 125 57
Binary 10111001 10010 11011110 10001 1011100 0 1101 100100001 1010101 101111

Color Harmonies of #B912DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912DE

Black with #B912DE

Text Example


Text Example

White with #B912DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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