#BE95A5

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

Shades of Viola #BE95A5

Tints of Viola #BE95A5

Color information

#BE95A5 (or 0xBE95A5) is unknown color: approx Viola. HEX triplet: BE, 95 and A5. RGB value is (190,149,165). Sum of RGB (Red+Green+Blue) = 190+149+165=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE95A5 is #416A5A. Grayscale: #A3A3A3. Windows color (decimal): -4287067 or 10851774. OLE color: 10851774.

HSL color Cylindrical-coordinate representation of color #BE95A5: hue angle of 336.59º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE95A5 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB190149165-
CMYK00.220.130.25
HSL336.59º23.98%66.47%-
HSV(B)336.59º21.58%74.51%-
XYZ38.7735.1640.34-
YUV163.08129.08147.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=37.70%
G=29.56%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014916500.220.130.25336.5923.9866.47
HexBE95A5016D191511842
Octal276225245026153152130102
Binary101111101001010110100101010110110111001101010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95A5; }

 p { color: rgb(190,149,165); }

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

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

 a { background-color: rgb(190,149,165); }

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

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

 span { border-color: rgb(190,149,165); }

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