Html Css Color HEX #B912DB Deep Magenta

📋 copy color: '#B912DB'

red 185 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #B912DB

Tints of Deep Magenta #B912DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 43.84%
G = 4.27%
B = 51.9%

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

#B912DB (or 0xB912DB) is known color: Deep Magenta. HEX triplet: B9, 12 and DB. RGB value is (185,18,219). Sum of RGB (Red+Green+Blue) = 185+18+219=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #B912DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912DB is #46ED24. Grayscale: #5A5A5A. Windows color (decimal): -4648229 or 14357177. OLE color: 14357177.

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

Color convert

RGB 185 18 219 -
CMYK 0.16 0.92 0 0.14
HSL 289.85º 0.85% 0.46% -
HSV(B) 289.85º 0.92% 0.86% -
XYZ 33.01 15.86 68.34 -
YUV 90.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 185 18 219 0.16 0.92 0 0.14 289.85 0.85 0.46
Hex B9 12 DB 10 5C 0 E 122 55 2E
Octal 271 22 333 20 134 0 16 442 125 56
Binary 10111001 10010 11011011 10000 1011100 0 1110 100100010 1010101 101110

Color Harmonies of #B912DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912DB

Black with #B912DB

Text Example


Text Example

White with #B912DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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