#BE20BD

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

Shades of Deep Magenta #BE20BD

Tints of Deep Magenta #BE20BD

Color information

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

HSL color Cylindrical-coordinate representation of color #BE20BD: hue angle of 300.38º 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 #BE20BD is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19032189-
CMYK00.830.010.25
HSL300.38º71.17%43.53%-
HSV(B)300.38º83.16%74.51%-
XYZ30.9415.6549.54-
YUV97.14179.85194.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903218900.830.010.25300.3871.1743.53
HexBE20BD05311912c472c
Octal27640275012313145410754
Binary1011111010000010111101010100111110011001011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE20BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE20BD; }

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

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

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

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

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

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

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

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