Html Css Color HEX #BD12DB Deep Magenta

📋 copy color: '#BD12DB'

red 189 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #BD12DB

Tints of Deep Magenta #BD12DB

RGB

 RED value IS 189 (74.22% from 255) = 44.37%

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

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

R = 44.37%
G = 4.23%
B = 51.41%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD12DB (or 0xBD12DB) is known color: Deep Magenta. HEX triplet: BD, 12 and DB. RGB value is (189,18,219). Sum of RGB (Red+Green+Blue) = 189+18+219=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12DB is #42ED24. Grayscale: #5B5B5B. Windows color (decimal): -4386085 or 14357181. OLE color: 14357181.

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

Color convert

RGB 189 18 219 -
CMYK 0.14 0.92 0 0.14
HSL 291.04º 0.85% 0.46% -
HSV(B) 291.04º 0.92% 0.86% -
XYZ 33.99 16.37 68.39 -
YUV 92.04 199.65 197.16 -
System Red Green Blue C M Y K H S L
Decimal 189 18 219 0.14 0.92 0 0.14 291.04 0.85 0.46
Hex BD 12 DB E 5C 0 E 123 55 2E
Octal 275 22 333 16 134 0 16 443 125 56
Binary 10111101 10010 11011011 1110 1011100 0 1110 100100011 1010101 101110

Color Harmonies of #BD12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12DB

Black with #BD12DB

Text Example


Text Example

White with #BD12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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