Html Css Color HEX #BD1EDE Deep Magenta

📋 copy color: '#BD1EDE'

red 189 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #BD1EDE

Tints of Deep Magenta #BD1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.8%

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

R = 42.86%
G = 6.8%
B = 50.34%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD1EDE (or 0xBD1EDE) is known color: Deep Magenta. HEX triplet: BD, 1E and DE. RGB value is (189,30,222). Sum of RGB (Red+Green+Blue) = 189+30+222=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EDE is #42E121. Grayscale: #626262. Windows color (decimal): -4383010 or 14556861. OLE color: 14556861.

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

Color convert

RGB 189 30 222 -
CMYK 0.15 0.86 0 0.13
HSL 289.69º 0.76% 0.49% -
HSV(B) 289.69º 0.86% 0.87% -
XYZ 34.64 17.02 70.57 -
YUV 99.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 189 30 222 0.15 0.86 0 0.13 289.69 0.76 0.49
Hex BD 1E DE F 56 0 D 122 4C 31
Octal 275 36 336 17 126 0 15 442 114 61
Binary 10111101 11110 11011110 1111 1010110 0 1101 100100010 1001100 110001

Color Harmonies of #BD1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1EDE

Black with #BD1EDE

Text Example


Text Example

White with #BD1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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