#BB8099

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

Shades of Viola #BB8099

Tints of Viola #BB8099

Color information

#BB8099 (or 0xBB8099) is unknown color: approx Viola. HEX triplet: BB, 80 and 99. RGB value is (187,128,153). Sum of RGB (Red+Green+Blue) = 187+128+153=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8099 is #447F66. Grayscale: #949494. Windows color (decimal): -4489063 or 10059963. OLE color: 10059963.

HSL color Cylindrical-coordinate representation of color #BB8099: hue angle of 334.58º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8099 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187128153-
CMYK00.320.180.27
HSL334.58º30.26%61.76%-
HSV(B)334.58º31.55%73.33%-
XYZ33.9628.333.81-
YUV148.49130.55155.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=39.96%
G=27.35%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712815300.320.180.27334.5830.2661.76
HexBB8099020121B14f1e3e
Octal27320023104022335173676
Binary1011101110000000100110010100000100101101110100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8099; }

 p { color: rgb(187,128,153); }

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

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

 a { background-color: rgb(187,128,153); }

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

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

 span { border-color: rgb(187,128,153); }

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