Html Css Color HEX #BD00DB Deep Magenta

📋 copy color: '#BD00DB'

red 189 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #BD00DB

Tints of Deep Magenta #BD00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.32%
G = 0%
B = 53.68%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD00DB (or 0xBD00DB) is known color: Deep Magenta. HEX triplet: BD, 00 and DB. RGB value is (189,0,219). Sum of RGB (Red+Green+Blue) = 189+0+219=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00DB is #42FF24. Grayscale: #505050. Windows color (decimal): -4390693 or 14352573. OLE color: 14352573.

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

Color convert

RGB 189 0 219 -
CMYK 0.14 1 0 0.14
HSL 291.78º 1% 0.43% -
HSV(B) 291.78º 1% 0.86% -
XYZ 33.77 15.93 68.31 -
YUV 81.48 205.62 204.69 -
System Red Green Blue C M Y K H S L
Decimal 189 0 219 0.14 1 0 0.14 291.78 1 0.43
Hex BD 0 DB E 64 0 E 124 64 2B
Octal 275 0 333 16 144 0 16 444 144 53
Binary 10111101 0 11011011 1110 1100100 0 1110 100100100 1100100 101011

Color Harmonies of #BD00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00DB

Black with #BD00DB

Text Example


Text Example

White with #BD00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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