#BE21AC

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

Shades of Medium Violet Red #BE21AC

Tints of Medium Violet Red #BE21AC

Color information

#BE21AC (or 0xBE21AC) is unknown color: approx Medium Violet Red. HEX triplet: BE, 21 and AC. RGB value is (190,33,172). Sum of RGB (Red+Green+Blue) = 190+33+172=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21AC is #41DE53. Grayscale: #5F5F5F. Windows color (decimal): -4316756 or 11280830. OLE color: 11280830.

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

Color convert

RGB19033172-
CMYK00.830.090.25
HSL306.88º70.4%43.73%-
HSV(B)306.88º82.63%74.51%-
XYZ29.2315.0140.39-
YUV95.79171.01195.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 33 (13.28% from 255) = 8.35%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=48.10%
G=8.35%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903317200.830.090.25306.8870.443.73
HexBE21AC053919133462c
Octal276412540123113146310654
Binary1011111010000110101100010100111001110011001100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE21AC; }

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

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

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

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

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

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

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

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