#BE8E9B

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

Shades of Viola #BE8E9B

Tints of Viola #BE8E9B

Color information

#BE8E9B (or 0xBE8E9B) is unknown color: approx Viola. HEX triplet: BE, 8E and 9B. RGB value is (190,142,155). Sum of RGB (Red+Green+Blue) = 190+142+155=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E9B is #417164. Grayscale: #9D9D9D. Windows color (decimal): -4288869 or 10194622. OLE color: 10194622.

HSL color Cylindrical-coordinate representation of color #BE8E9B: hue angle of 343.75º 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 #BE8E9B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB190142155-
CMYK00.250.180.25
HSL343.75º26.97%65.1%-
HSV(B)343.75º25.26%74.51%-
XYZ36.8232.6635.37-
YUV157.83126.4150.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=39.01%
G=29.16%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014215500.250.180.25343.7526.9765.1
HexBE8E9B01912191581b41
Octal276216233031223153033101
Binary1011111010001110100110110110011001011001101011000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E9B; }

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

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

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

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

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

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

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

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