#BE8F9A

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

Shades of Viola #BE8F9A

Tints of Viola #BE8F9A

Color information

#BE8F9A (or 0xBE8F9A) is unknown color: approx Viola. HEX triplet: BE, 8F and 9A. RGB value is (190,143,154). Sum of RGB (Red+Green+Blue) = 190+143+154=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F9A is #417065. Grayscale: #9E9E9E. Windows color (decimal): -4288614 or 10129342. OLE color: 10129342.

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

Color convert

RGB190143154-
CMYK00.250.190.25
HSL345.96º26.55%65.29%-
HSV(B)345.96º24.74%74.51%-
XYZ36.8932.9334.98-
YUV158.31125.57150.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=39.01%
G=29.36%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014315400.250.190.25345.9626.5565.29
HexBE8F9A019131915a1b41
Octal276217232031233153233101
Binary1011111010001111100110100110011001111001101011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F9A; }

 p { color: rgb(190,143,154); }

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

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

 a { background-color: rgb(190,143,154); }

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

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

 span { border-color: rgb(190,143,154); }

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