Html Css Color HEX #BD0EDB Deep Magenta

📋 copy color: '#BD0EDB'

red 189 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #BD0EDB

Tints of Deep Magenta #BD0EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

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

R = 44.79%
G = 3.32%
B = 51.9%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD0EDB (or 0xBD0EDB) is known color: Deep Magenta. HEX triplet: BD, 0E and DB. RGB value is (189,14,219). Sum of RGB (Red+Green+Blue) = 189+14+219=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EDB is #42F124. Grayscale: #595959. Windows color (decimal): -4387109 or 14356157. OLE color: 14356157.

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

Color convert

RGB 189 14 219 -
CMYK 0.14 0.94 0 0.14
HSL 291.22º 0.88% 0.46% -
HSV(B) 291.22º 0.94% 0.86% -
XYZ 33.93 16.25 68.37 -
YUV 89.7 200.98 198.83 -
System Red Green Blue C M Y K H S L
Decimal 189 14 219 0.14 0.94 0 0.14 291.22 0.88 0.46
Hex BD E DB E 5E 0 E 123 58 2E
Octal 275 16 333 16 136 0 16 443 130 56
Binary 10111101 1110 11011011 1110 1011110 0 1110 100100011 1011000 101110

Color Harmonies of #BD0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EDB

Black with #BD0EDB

Text Example


Text Example

White with #BD0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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