#BD20BE

Color #BD20BE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BD20BE

Tints of Deep Magenta #BD20BE

Color information

#BD20BE (or 0xBD20BE) is unknown color: approx Deep Magenta. HEX triplet: BD, 20 and BE. RGB value is (189,32,190). Sum of RGB (Red+Green+Blue) = 189+32+190=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20BE is #42DF41. Grayscale: #606060. Windows color (decimal): -4382530 or 12460221. OLE color: 12460221.

HSL color Cylindrical-coordinate representation of color #BD20BE: hue angle of 299.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20BE is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18932190-
CMYK0.010.8300.25
HSL299.62º71.17%43.53%-
HSV(B)299.62º83.16%74.51%-
XYZ30.815.5750.1-
YUV96.95180.51193.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 32 (12.89% from 255) = 7.79%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=45.99%
G=7.79%
B=46.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189321900.010.8300.25299.6271.1743.53
HexBD20BE15301912c472c
Octal27540276112303145410754
Binary1011110110000010111110110100110110011001011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD20BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD20BE; }

 p { color: rgb(189,32,190); }

 H1.HeaderClassName
 {
   color: #BD20BE;
 }
 .AnyTagClassName
 {
   color: #BD20BE;
 }
</style>
background-color css

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

 a { background-color: rgb(189,32,190); }

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

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

 span { border-color: rgb(189,32,190); }

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