#BE21AB

Color #BE21AB Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BE21AB

Tints of Medium Violet Red #BE21AB

Color information

#BE21AB (or 0xBE21AB) is unknown color: approx Medium Violet Red. HEX triplet: BE, 21 and AB. RGB value is (190,33,171). Sum of RGB (Red+Green+Blue) = 190+33+171=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21AB is #41DE54. Grayscale: #5F5F5F. Windows color (decimal): -4316757 or 11215294. OLE color: 11215294.

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

Color convert

RGB19033171-
CMYK00.830.100.25
HSL307.26º70.4%43.73%-
HSV(B)307.26º82.63%74.51%-
XYZ29.1314.9839.88-
YUV95.68170.51195.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=48.22%
G=8.38%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903317100.830.100.25307.2670.443.73
HexBE21AB053A19133462c
Octal276412530123123146310654
Binary1011111010000110101011010100111010110011001100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE21AB; }

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

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

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

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

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

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

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

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