#BE8F9B

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

Shades of Viola #BE8F9B

Tints of Viola #BE8F9B

Color information

#BE8F9B (or 0xBE8F9B) is unknown color: approx Viola. HEX triplet: BE, 8F and 9B. RGB value is (190,143,155). Sum of RGB (Red+Green+Blue) = 190+143+155=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F9B is #417064. Grayscale: #9E9E9E. Windows color (decimal): -4288613 or 10194878. OLE color: 10194878.

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

Color convert

RGB190143155-
CMYK00.250.180.25
HSL344.68º26.55%65.29%-
HSV(B)344.68º24.74%74.51%-
XYZ36.9732.9635.42-
YUV158.42126.07150.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=38.93%
G=29.30%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014315500.250.180.25344.6826.5565.29
HexBE8F9B01912191591b41
Octal276217233031223153133101
Binary1011111010001111100110110110011001011001101011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F9B; }

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

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

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

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

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

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

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

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