#BE8299

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

Shades of Viola #BE8299

Tints of Viola #BE8299

Color information

#BE8299 (or 0xBE8299) is unknown color: approx Viola. HEX triplet: BE, 82 and 99. RGB value is (190,130,153). Sum of RGB (Red+Green+Blue) = 190+130+153=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8299 is #417D66. Grayscale: #969696. Windows color (decimal): -4291943 or 10060478. OLE color: 10060478.

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

Color convert

RGB190130153-
CMYK00.320.190.25
HSL337º31.58%62.75%-
HSV(B)337º31.58%74.51%-
XYZ34.9729.2133.93-
YUV150.56129.38156.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=40.17%
G=27.48%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013015300.320.190.2533731.5862.75
HexBE82990201319151203f
Octal27620223104023315214077
Binary10111110100000101001100101000001001111001101010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8299; }

 p { color: rgb(190,130,153); }

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

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

 a { background-color: rgb(190,130,153); }

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

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

 span { border-color: rgb(190,130,153); }

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