#BB869F

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

Shades of Viola #BB869F

Tints of Viola #BB869F

Color information

#BB869F (or 0xBB869F) is unknown color: approx Viola. HEX triplet: BB, 86 and 9F. RGB value is (187,134,159). Sum of RGB (Red+Green+Blue) = 187+134+159=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB869F is #447960. Grayscale: #989898. Windows color (decimal): -4487521 or 10454715. OLE color: 10454715.

HSL color Cylindrical-coordinate representation of color #BB869F: hue angle of 331.7º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB869F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187134159-
CMYK00.280.150.27
HSL331.7º28.04%62.94%-
HSV(B)331.7º28.34%73.33%-
XYZ35.2830.1236.76-
YUV152.7131.56152.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=38.96%
G=27.92%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713415900.280.150.27331.728.0462.94
HexBB869F01CF1B14c1c3f
Octal27320623703417335143477
Binary10111011100001101001111101110011111101110100110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB869F; }

 p { color: rgb(187,134,159); }

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

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

 a { background-color: rgb(187,134,159); }

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

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

 span { border-color: rgb(187,134,159); }

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