#BE8FA5

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

Shades of Viola #BE8FA5

Tints of Viola #BE8FA5

Color information

#BE8FA5 (or 0xBE8FA5) is unknown color: approx Viola. HEX triplet: BE, 8F and A5. RGB value is (190,143,165). Sum of RGB (Red+Green+Blue) = 190+143+165=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8FA5 is #41705A. Grayscale: #9F9F9F. Windows color (decimal): -4288603 or 10850238. OLE color: 10850238.

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

Color convert

RGB190143165-
CMYK00.250.130.25
HSL331.91º26.55%65.29%-
HSV(B)331.91º24.74%74.51%-
XYZ37.8533.3140.03-
YUV159.56131.07149.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 165 (64.84% from 255) = 33.13%
R=38.15%
G=28.71%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014316500.250.130.25331.9126.5565.29
HexBE8FA5019D1914c1b41
Octal276217245031153151433101
Binary101111101000111110100101011001110111001101001100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FA5; }

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

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

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

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

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

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

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

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