#BB92A1

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

Shades of Viola #BB92A1

Tints of Viola #BB92A1

Color information

#BB92A1 (or 0xBB92A1) is unknown color: approx Viola. HEX triplet: BB, 92 and A1. RGB value is (187,146,161). Sum of RGB (Red+Green+Blue) = 187+146+161=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92A1 is #446D5E. Grayscale: #9F9F9F. Windows color (decimal): -4484447 or 10588859. OLE color: 10588859.

HSL color Cylindrical-coordinate representation of color #BB92A1: hue angle of 338.05º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92A1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187146161-
CMYK00.220.140.27
HSL338.05º23.16%65.29%-
HSV(B)338.05º21.93%73.33%-
XYZ37.2133.738.26-
YUV159.97128.58147.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=37.85%
G=29.55%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714616100.220.140.27338.0523.1665.29
HexBB92A1016E1B1521741
Octal273222241026163352227101
Binary101110111001001010100001010110111011011101010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92A1; }

 p { color: rgb(187,146,161); }

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

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

 a { background-color: rgb(187,146,161); }

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

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

 span { border-color: rgb(187,146,161); }

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