Html Css Color HEX #BD09DB Deep Magenta

📋 copy color: '#BD09DB'

red 189 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #BD09DB

Tints of Deep Magenta #BD09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

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

R = 45.32%
G = 2.16%
B = 52.52%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD09DB (or 0xBD09DB) is known color: Deep Magenta. HEX triplet: BD, 09 and DB. RGB value is (189,9,219). Sum of RGB (Red+Green+Blue) = 189+9+219=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09DB is #42F624. Grayscale: #565656. Windows color (decimal): -4388389 or 14354877. OLE color: 14354877.

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

Color convert

RGB 189 9 219 -
CMYK 0.14 0.96 0 0.14
HSL 291.43º 0.92% 0.45% -
HSV(B) 291.43º 0.96% 0.86% -
XYZ 33.87 16.13 68.35 -
YUV 86.76 202.63 200.92 -
System Red Green Blue C M Y K H S L
Decimal 189 9 219 0.14 0.96 0 0.14 291.43 0.92 0.45
Hex BD 9 DB E 60 0 E 123 5C 2D
Octal 275 11 333 16 140 0 16 443 134 55
Binary 10111101 1001 11011011 1110 1100000 0 1110 100100011 1011100 101101

Color Harmonies of #BD09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09DB

Black with #BD09DB

Text Example


Text Example

White with #BD09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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