#BF90A0

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

Shades of Viola #BF90A0

Tints of Viola #BF90A0

Color information

#BF90A0 (or 0xBF90A0) is unknown color: approx Viola. HEX triplet: BF, 90 and A0. RGB value is (191,144,160). Sum of RGB (Red+Green+Blue) = 191+144+160=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90A0 is #406F5F. Grayscale: #9F9F9F. Windows color (decimal): -4222816 or 10522815. OLE color: 10522815.

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

Color convert

RGB191144160-
CMYK00.250.160.25
HSL339.57º26.86%65.69%-
HSV(B)339.57º24.61%74.9%-
XYZ37.833.5637.74-
YUV159.88128.07150.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=38.59%
G=29.09%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114416000.250.160.25339.5726.8665.69
HexBF90A001910191541b42
Octal277220240031203152433102
Binary1011111110010000101000000110011000011001101010100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90A0; }

 p { color: rgb(191,144,160); }

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

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

 a { background-color: rgb(191,144,160); }

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

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

 span { border-color: rgb(191,144,160); }

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