#BE8A9B

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

Shades of Viola #BE8A9B

Tints of Viola #BE8A9B

Color information

#BE8A9B (or 0xBE8A9B) is unknown color: approx Viola. HEX triplet: BE, 8A and 9B. RGB value is (190,138,155). Sum of RGB (Red+Green+Blue) = 190+138+155=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A9B is #417564. Grayscale: #9B9B9B. Windows color (decimal): -4289893 or 10193598. OLE color: 10193598.

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

Color convert

RGB190138155-
CMYK00.270.180.25
HSL340.38º28.57%64.31%-
HSV(B)340.38º27.37%74.51%-
XYZ36.2431.4935.18-
YUV155.49127.73152.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=39.34%
G=28.57%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013815500.270.180.25340.3828.5764.31
HexBE8A9B01B12191541d40
Octal276212233033223152435100
Binary1011111010001010100110110110111001011001101010100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A9B; }

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

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

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

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

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

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

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

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