#BB8498

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

Shades of Viola #BB8498

Tints of Viola #BB8498

Color information

#BB8498 (or 0xBB8498) is unknown color: approx Viola. HEX triplet: BB, 84 and 98. RGB value is (187,132,152). Sum of RGB (Red+Green+Blue) = 187+132+152=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8498 is #447B67. Grayscale: #969696. Windows color (decimal): -4488040 or 9995451. OLE color: 9995451.

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

Color convert

RGB187132152-
CMYK00.290.190.27
HSL338.18º28.8%62.55%-
HSV(B)338.18º29.41%73.33%-
XYZ34.4129.3333.55-
YUV150.72128.72153.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=39.70%
G=28.03%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713215200.290.190.27338.1828.862.55
HexBB849801D131B1521d3f
Octal27320423003523335223577
Binary101110111000010010011000011101100111101110101001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8498; }

 p { color: rgb(187,132,152); }

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

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

 a { background-color: rgb(187,132,152); }

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

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

 span { border-color: rgb(187,132,152); }

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