#BE8E9E

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

Shades of Viola #BE8E9E

Tints of Viola #BE8E9E

Color information

#BE8E9E (or 0xBE8E9E) is unknown color: approx Viola. HEX triplet: BE, 8E and 9E. RGB value is (190,142,158). Sum of RGB (Red+Green+Blue) = 190+142+158=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E9E is #417161. Grayscale: #9E9E9E. Windows color (decimal): -4288866 or 10391230. OLE color: 10391230.

HSL color Cylindrical-coordinate representation of color #BE8E9E: hue angle of 340º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE8E9E is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190142158-
CMYK00.250.170.25
HSL340º26.97%65.1%-
HSV(B)340º25.26%74.51%-
XYZ37.0832.7636.72-
YUV158.18127.9150.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=38.78%
G=28.98%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014215800.250.170.2534026.9765.1
HexBE8E9E01911191541b41
Octal276216236031213152433101
Binary1011111010001110100111100110011000111001101010100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E9E; }

 p { color: rgb(190,142,158); }

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

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

 a { background-color: rgb(190,142,158); }

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

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

 span { border-color: rgb(190,142,158); }

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