Html Css Color HEX #BD0EDE Deep Magenta

📋 copy color: '#BD0EDE'

red 189 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #BD0EDE

Tints of Deep Magenta #BD0EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 44.47%
G = 3.29%
B = 52.24%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD0EDE (or 0xBD0EDE) is known color: Deep Magenta. HEX triplet: BD, 0E and DE. RGB value is (189,14,222). Sum of RGB (Red+Green+Blue) = 189+14+222=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD0EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EDE is #42F121. Grayscale: #595959. Windows color (decimal): -4387106 or 14552765. OLE color: 14552765.

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

Color convert

RGB 189 14 222 -
CMYK 0.15 0.94 0 0.13
HSL 290.48º 0.88% 0.46% -
HSV(B) 290.48º 0.94% 0.87% -
XYZ 34.33 16.41 70.46 -
YUV 90.04 202.48 198.59 -
System Red Green Blue C M Y K H S L
Decimal 189 14 222 0.15 0.94 0 0.13 290.48 0.88 0.46
Hex BD E DE F 5E 0 D 122 58 2E
Octal 275 16 336 17 136 0 15 442 130 56
Binary 10111101 1110 11011110 1111 1011110 0 1101 100100010 1011000 101110

Color Harmonies of #BD0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EDE

Black with #BD0EDE

Text Example


Text Example

White with #BD0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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