#B999A5

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

Shades of Viola #B999A5

Tints of Viola #B999A5

Color information

#B999A5 (or 0xB999A5) is unknown color: approx Viola. HEX triplet: B9, 99 and A5. RGB value is (185,153,165). Sum of RGB (Red+Green+Blue) = 185+153+165=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B999A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999A5 is #46665A. Grayscale: #A3A3A3. Windows color (decimal): -4613723 or 10852793. OLE color: 10852793.

HSL color Cylindrical-coordinate representation of color #B999A5: hue angle of 337.5º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B999A5 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185153165-
CMYK00.170.110.27
HSL337.5º18.6%66.27%-
HSV(B)337.5º17.3%72.55%-
XYZ38.1935.8140.5-
YUV163.94128.6143.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 165 (64.84% from 255) = 32.80%
R=36.78%
G=30.42%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515316500.170.110.27337.518.666.27
HexB999A5011B1B1521342
Octal271231245021133352223102
Binary101110011001100110100101010001101111011101010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999A5; }

 p { color: rgb(185,153,165); }

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

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

 a { background-color: rgb(185,153,165); }

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

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

 span { border-color: rgb(185,153,165); }

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