Html Css Color HEX #BD05DC Deep Magenta

📋 copy color: '#BD05DC'

red 189 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #BD05DC

Tints of Deep Magenta #BD05DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 45.65%
G = 1.21%
B = 53.14%

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

#BD05DC (or 0xBD05DC) is known color: Deep Magenta. HEX triplet: BD, 05 and DC. RGB value is (189,5,220). Sum of RGB (Red+Green+Blue) = 189+5+220=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05DC is #42FA23. Grayscale: #535353. Windows color (decimal): -4389412 or 14419389. OLE color: 14419389.

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

Color convert

RGB 189 5 220 -
CMYK 0.14 0.98 0 0.14
HSL 291.35º 0.96% 0.44% -
HSV(B) 291.35º 0.98% 0.86% -
XYZ 33.96 16.09 69.03 -
YUV 84.53 204.46 202.52 -
System Red Green Blue C M Y K H S L
Decimal 189 5 220 0.14 0.98 0 0.14 291.35 0.96 0.44
Hex BD 5 DC E 62 0 E 123 60 2C
Octal 275 5 334 16 142 0 16 443 140 54
Binary 10111101 101 11011100 1110 1100010 0 1110 100100011 1100000 101100

Color Harmonies of #BD05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05DC

Black with #BD05DC

Text Example


Text Example

White with #BD05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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