#BE21BC

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

Shades of Deep Magenta #BE21BC

Tints of Deep Magenta #BE21BC

Color information

#BE21BC (or 0xBE21BC) is unknown color: approx Deep Magenta. HEX triplet: BE, 21 and BC. RGB value is (190,33,188). Sum of RGB (Red+Green+Blue) = 190+33+188=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21BC is #41DE43. Grayscale: #616161. Windows color (decimal): -4316740 or 12329406. OLE color: 12329406.

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

Color convert

RGB19033188-
CMYK00.830.010.25
HSL300.76º70.4%43.73%-
HSV(B)300.76º82.63%74.51%-
XYZ30.8615.6748.97-
YUV97.61179.01193.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 33 (13.28% from 255) = 8.03%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=46.23%
G=8.03%
B=45.74%

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
Decimal1903318800.830.010.25300.7670.443.73
HexBE21BC05311912d462c
Octal27641274012313145510654
Binary1011111010000110111100010100111110011001011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE21BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE21BC; }

 p { color: rgb(190,33,188); }

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

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

 a { background-color: rgb(190,33,188); }

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

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

 span { border-color: rgb(190,33,188); }

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