#BE88A1

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

Shades of Viola #BE88A1

Tints of Viola #BE88A1

Color information

#BE88A1 (or 0xBE88A1) is unknown color: approx Viola. HEX triplet: BE, 88 and A1. RGB value is (190,136,161). Sum of RGB (Red+Green+Blue) = 190+136+161=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE88A1 is #41775E. Grayscale: #9A9A9A. Windows color (decimal): -4290399 or 10586302. OLE color: 10586302.

HSL color Cylindrical-coordinate representation of color #BE88A1: hue angle of 332.22º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE88A1 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190136161-
CMYK00.280.150.25
HSL332.22º29.35%63.92%-
HSV(B)332.22º28.42%74.51%-
XYZ36.4731.1337.8-
YUV155131.39152.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=39.01%
G=27.93%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013616100.280.150.25332.2229.3563.92
HexBE88A101CF1914c1d40
Octal276210241034173151435100
Binary101111101000100010100001011100111111001101001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88A1; }

 p { color: rgb(190,136,161); }

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

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

 a { background-color: rgb(190,136,161); }

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

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

 span { border-color: rgb(190,136,161); }

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