Html Css Color HEX #BD1ED2 Deep Magenta

📋 copy color: '#BD1ED2'

red 189 ◦ green 30 ◦ blue 210

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

Shades of Deep Magenta #BD1ED2

Tints of Deep Magenta #BD1ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.95%

R = 44.06%
G = 6.99%
B = 48.95%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD1ED2 (or 0xBD1ED2) is known color: Deep Magenta. HEX triplet: BD, 1E and D2. RGB value is (189,30,210). Sum of RGB (Red+Green+Blue) = 189+30+210=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD1ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ED2 is #42E12D. Grayscale: #616161. Windows color (decimal): -4383022 or 13770429. OLE color: 13770429.

HSL color Cylindrical-coordinate representation of color #BD1ED2: hue angle of 293º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1ED2 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 30 210 -
CMYK 0.10 0.86 0 0.18
HSL 293º 0.75% 0.47% -
HSV(B) 293º 0.86% 0.82% -
XYZ 33.08 16.4 62.39 -
YUV 98.06 191.18 192.86 -
System Red Green Blue C M Y K H S L
Decimal 189 30 210 0.10 0.86 0 0.18 293 0.75 0.47
Hex BD 1E D2 A 56 0 12 125 4B 2F
Octal 275 36 322 12 126 0 22 445 113 57
Binary 10111101 11110 11010010 1010 1010110 0 10010 100100101 1001011 101111

Color Harmonies of #BD1ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1ED2

Black with #BD1ED2

Text Example


Text Example

White with #BD1ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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