Html Css Color HEX #BD05DB Deep Magenta

📋 copy color: '#BD05DB'

red 189 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #BD05DB

Tints of Deep Magenta #BD05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 45.76%
G = 1.21%
B = 53.03%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD05DB (or 0xBD05DB) is known color: Deep Magenta. HEX triplet: BD, 05 and DB. RGB value is (189,5,219). Sum of RGB (Red+Green+Blue) = 189+5+219=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05DB is #42FA24. Grayscale: #535353. Windows color (decimal): -4389413 or 14353853. OLE color: 14353853.

HSL color Cylindrical-coordinate representation of color #BD05DB: hue angle of 291.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD05DB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 5 219 -
CMYK 0.14 0.98 0 0.14
HSL 291.59º 0.96% 0.44% -
HSV(B) 291.59º 0.98% 0.86% -
XYZ 33.83 16.04 68.33 -
YUV 84.41 203.96 202.6 -
System Red Green Blue C M Y K H S L
Decimal 189 5 219 0.14 0.98 0 0.14 291.59 0.96 0.44
Hex BD 5 DB E 62 0 E 124 60 2C
Octal 275 5 333 16 142 0 16 444 140 54
Binary 10111101 101 11011011 1110 1100010 0 1110 100100100 1100000 101100

Color Harmonies of #BD05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05DB

Black with #BD05DB

Text Example


Text Example

White with #BD05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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