#B15899

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

Shades of Violet Blue #B15899

Tints of Violet Blue #B15899

Color information

#B15899 (or 0xB15899) is unknown color: approx Violet Blue. HEX triplet: B1, 58 and 99. RGB value is (177,88,153). Sum of RGB (Red+Green+Blue) = 177+88+153=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B15899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15899 is #4EA766. Grayscale: #797979. Windows color (decimal): -5154663 or 10049713. OLE color: 10049713.

HSL color Cylindrical-coordinate representation of color #B15899: hue angle of 316.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15899 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17788153-
CMYK00.500.140.31
HSL316.18º36.33%51.96%-
HSV(B)316.18º50.28%69.41%-
XYZ27.3718.6332.29-
YUV122.02145.49167.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=42.34%
G=21.05%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778815300.500.140.31316.1836.3351.96
HexB15899032E1F13c2434
Octal26113023106216374744464
Binary101100011011000100110010110010111011111100111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15899; }

 p { color: rgb(177,88,153); }

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

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

 a { background-color: rgb(177,88,153); }

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

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

 span { border-color: rgb(177,88,153); }

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