#BE20B0

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

Shades of Deep Magenta #BE20B0

Tints of Deep Magenta #BE20B0

Color information

#BE20B0 (or 0xBE20B0) is unknown color: approx Deep Magenta. HEX triplet: BE, 20 and B0. RGB value is (190,32,176). Sum of RGB (Red+Green+Blue) = 190+32+176=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20B0 is #41DF4F. Grayscale: #5F5F5F. Windows color (decimal): -4317008 or 11542718. OLE color: 11542718.

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

Color convert

RGB19032176-
CMYK00.830.070.25
HSL305.32º71.17%43.53%-
HSV(B)305.32º83.16%74.51%-
XYZ29.5915.1142.43-
YUV95.66173.35195.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 32 (12.89% from 255) = 8.04%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=47.74%
G=8.04%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903217600.830.070.25305.3271.1743.53
HexBE20B0053719131472c
Octal27640260012373146110754
Binary101111101000001011000001010011111110011001100011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE20B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE20B0; }

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

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

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

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

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

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

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

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