Html Css Color HEX #B912DD Deep Magenta

📋 copy color: '#B912DD'

red 185 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #B912DD

Tints of Deep Magenta #B912DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 43.63%
G = 4.25%
B = 52.12%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B912DD (or 0xB912DD) is known color: Deep Magenta. HEX triplet: B9, 12 and DD. RGB value is (185,18,221). Sum of RGB (Red+Green+Blue) = 185+18+221=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B912DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912DD is #46ED22. Grayscale: #5A5A5A. Windows color (decimal): -4648227 or 14488249. OLE color: 14488249.

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

Color convert

RGB 185 18 221 -
CMYK 0.16 0.92 0 0.13
HSL 289.36º 0.85% 0.47% -
HSV(B) 289.36º 0.92% 0.87% -
XYZ 33.28 15.97 69.73 -
YUV 91.08 201.33 194.99 -
System Red Green Blue C M Y K H S L
Decimal 185 18 221 0.16 0.92 0 0.13 289.36 0.85 0.47
Hex B9 12 DD 10 5C 0 D 121 55 2F
Octal 271 22 335 20 134 0 15 441 125 57
Binary 10111001 10010 11011101 10000 1011100 0 1101 100100001 1010101 101111

Color Harmonies of #B912DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912DD

Black with #B912DD

Text Example


Text Example

White with #B912DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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