#BF849B

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

Shades of Viola #BF849B

Tints of Viola #BF849B

Color information

#BF849B (or 0xBF849B) is unknown color: approx Viola. HEX triplet: BF, 84 and 9B. RGB value is (191,132,155). Sum of RGB (Red+Green+Blue) = 191+132+155=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF849B is #407B64. Grayscale: #989898. Windows color (decimal): -4225893 or 10192063. OLE color: 10192063.

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

Color convert

RGB191132155-
CMYK00.310.190.25
HSL336.61º31.55%63.33%-
HSV(B)336.61º30.89%74.9%-
XYZ35.6529.9534.91-
YUV152.26129.55155.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=39.96%
G=27.62%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113215500.310.190.25336.6131.5563.33
HexBF849B01F1319151203f
Octal27720423303723315214077
Binary1011111110000100100110110111111001111001101010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF849B; }

 p { color: rgb(191,132,155); }

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

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

 a { background-color: rgb(191,132,155); }

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

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

 span { border-color: rgb(191,132,155); }

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