Html Css Color HEX #BD0FDB Deep Magenta

📋 copy color: '#BD0FDB'

red 189 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #BD0FDB

Tints of Deep Magenta #BD0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 44.68%
G = 3.55%
B = 51.77%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD0FDB (or 0xBD0FDB) is known color: Deep Magenta. HEX triplet: BD, 0F and DB. RGB value is (189,15,219). Sum of RGB (Red+Green+Blue) = 189+15+219=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FDB is #42F024. Grayscale: #595959. Windows color (decimal): -4386853 or 14356413. OLE color: 14356413.

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

Color convert

RGB 189 15 219 -
CMYK 0.14 0.93 0 0.14
HSL 291.18º 0.87% 0.46% -
HSV(B) 291.18º 0.93% 0.86% -
XYZ 33.94 16.27 68.37 -
YUV 90.28 200.65 198.41 -
System Red Green Blue C M Y K H S L
Decimal 189 15 219 0.14 0.93 0 0.14 291.18 0.87 0.46
Hex BD F DB E 5D 0 E 123 57 2E
Octal 275 17 333 16 135 0 16 443 127 56
Binary 10111101 1111 11011011 1110 1011101 0 1110 100100011 1010111 101110

Color Harmonies of #BD0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FDB

Black with #BD0FDB

Text Example


Text Example

White with #BD0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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