Html Css Color HEX #BD06DB Deep Magenta

📋 copy color: '#BD06DB'

red 189 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #BD06DB

Tints of Deep Magenta #BD06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 45.65%
G = 1.45%
B = 52.9%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD06DB (or 0xBD06DB) is known color: Deep Magenta. HEX triplet: BD, 06 and DB. RGB value is (189,6,219). Sum of RGB (Red+Green+Blue) = 189+6+219=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06DB is #42F924. Grayscale: #545454. Windows color (decimal): -4389157 or 14354109. OLE color: 14354109.

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

Color convert

RGB 189 6 219 -
CMYK 0.14 0.97 0 0.14
HSL 291.55º 0.95% 0.44% -
HSV(B) 291.55º 0.97% 0.86% -
XYZ 33.84 16.06 68.33 -
YUV 85 203.63 202.18 -
System Red Green Blue C M Y K H S L
Decimal 189 6 219 0.14 0.97 0 0.14 291.55 0.95 0.44
Hex BD 6 DB E 61 0 E 124 5F 2C
Octal 275 6 333 16 141 0 16 444 137 54
Binary 10111101 110 11011011 1110 1100001 0 1110 100100100 1011111 101100

Color Harmonies of #BD06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD06DB

Black with #BD06DB

Text Example


Text Example

White with #BD06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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