Html Css Color HEX #BD07DB Deep Magenta

📋 copy color: '#BD07DB'

red 189 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #BD07DB

Tints of Deep Magenta #BD07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

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

R = 45.54%
G = 1.69%
B = 52.77%

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

#BD07DB (or 0xBD07DB) is known color: Deep Magenta. HEX triplet: BD, 07 and DB. RGB value is (189,7,219). Sum of RGB (Red+Green+Blue) = 189+7+219=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07DB is #42F824. Grayscale: #545454. Windows color (decimal): -4388901 or 14354365. OLE color: 14354365.

HSL color Cylindrical-coordinate representation of color #BD07DB: hue angle of 291.51º degrees, saturation: 0.94, 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 #BD07DB is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 7 219 -
CMYK 0.14 0.97 0 0.14
HSL 291.51º 0.94% 0.44% -
HSV(B) 291.51º 0.97% 0.86% -
XYZ 33.85 16.09 68.34 -
YUV 85.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 189 7 219 0.14 0.97 0 0.14 291.51 0.94 0.44
Hex BD 7 DB E 61 0 E 124 5E 2C
Octal 275 7 333 16 141 0 16 444 136 54
Binary 10111101 111 11011011 1110 1100001 0 1110 100100100 1011110 101100

Color Harmonies of #BD07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07DB

Black with #BD07DB

Text Example


Text Example

White with #BD07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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