#BE22AC

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

Shades of Medium Violet Red #BE22AC

Tints of Medium Violet Red #BE22AC

Color information

#BE22AC (or 0xBE22AC) is unknown color: approx Medium Violet Red. HEX triplet: BE, 22 and AC. RGB value is (190,34,172). Sum of RGB (Red+Green+Blue) = 190+34+172=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE22AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE22AC is #41DD53. Grayscale: #5F5F5F. Windows color (decimal): -4316500 or 11281086. OLE color: 11281086.

HSL color Cylindrical-coordinate representation of color #BE22AC: hue angle of 306.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE22AC is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19034172-
CMYK00.820.090.25
HSL306.92º69.64%43.92%-
HSV(B)306.92º82.11%74.51%-
XYZ29.2515.0740.4-
YUV96.38170.68194.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 34 (13.67% from 255) = 8.59%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=47.98%
G=8.59%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903417200.820.090.25306.9269.6443.92
HexBE22AC052919133462c
Octal276422540122113146310654
Binary1011111010001010101100010100101001110011001100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE22AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE22AC; }

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

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

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

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

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

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

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

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