#BE869E

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

Shades of Viola #BE869E

Tints of Viola #BE869E

Color information

#BE869E (or 0xBE869E) is unknown color: approx Viola. HEX triplet: BE, 86 and 9E. RGB value is (190,134,158). Sum of RGB (Red+Green+Blue) = 190+134+158=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE869E is #417961. Grayscale: #999999. Windows color (decimal): -4290914 or 10389182. OLE color: 10389182.

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

Color convert

RGB190134158-
CMYK00.290.170.25
HSL334.29º30.11%63.53%-
HSV(B)334.29º29.47%74.51%-
XYZ35.9330.4736.33-
YUV153.48130.55154.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=39.42%
G=27.80%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013415800.290.170.25334.2930.1163.53
HexBE869E01D111914e1e40
Octal276206236035213151636100
Binary1011111010000110100111100111011000111001101001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE869E; }

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

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

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

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

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

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

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

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