#BD20C6

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

Shades of Deep Magenta #BD20C6

Tints of Deep Magenta #BD20C6

Color information

#BD20C6 (or 0xBD20C6) is unknown color: approx Deep Magenta. HEX triplet: BD, 20 and C6. RGB value is (189,32,198). Sum of RGB (Red+Green+Blue) = 189+32+198=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD20C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20C6 is #42DF39. Grayscale: #616161. Windows color (decimal): -4382522 or 12984509. OLE color: 12984509.

HSL color Cylindrical-coordinate representation of color #BD20C6: hue angle of 296.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD20C6 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18932198-
CMYK0.050.8400.22
HSL296.75º72.17%45.1%-
HSV(B)296.75º83.84%77.65%-
XYZ31.715.9354.83-
YUV97.87184.51193-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 32 (12.89% from 255) = 7.64%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=45.11%
G=7.64%
B=47.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189321980.050.8400.22296.7572.1745.1
HexBD20C6554016129482d
Octal27540306512402645111055
Binary101111011000001100011010110101000101101001010011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD20C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD20C6; }

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

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

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

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

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

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

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

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