#BE87A1

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

Shades of Viola #BE87A1

Tints of Viola #BE87A1

Color information

#BE87A1 (or 0xBE87A1) is unknown color: approx Viola. HEX triplet: BE, 87 and A1. RGB value is (190,135,161). Sum of RGB (Red+Green+Blue) = 190+135+161=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE87A1 is #41785E. Grayscale: #9A9A9A. Windows color (decimal): -4290655 or 10586046. OLE color: 10586046.

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

Color convert

RGB190135161-
CMYK00.290.150.25
HSL331.64º29.73%63.73%-
HSV(B)331.64º28.95%74.51%-
XYZ36.3330.8537.76-
YUV154.41131.72153.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=39.09%
G=27.78%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013516100.290.150.25331.6429.7363.73
HexBE87A101DF1914c1e40
Octal276207241035173151436100
Binary101111101000011110100001011101111111001101001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE87A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE87A1; }

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

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

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

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

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

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

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

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