#B15699

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

Shades of Violet Blue #B15699

Tints of Violet Blue #B15699

Color information

#B15699 (or 0xB15699) is unknown color: approx Violet Blue. HEX triplet: B1, 56 and 99. RGB value is (177,86,153). Sum of RGB (Red+Green+Blue) = 177+86+153=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B15699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15699 is #4EA966. Grayscale: #787878. Windows color (decimal): -5155175 or 10049201. OLE color: 10049201.

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

Color convert

RGB17786153-
CMYK00.510.140.31
HSL315.82º36.84%51.57%-
HSV(B)315.82º51.41%69.41%-
XYZ27.2118.332.24-
YUV120.85146.15168.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 86 (33.98% from 255) = 20.67%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=42.55%
G=20.67%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778615300.510.140.31315.8236.8451.57
HexB15699033E1F13c2534
Octal26112623106316374744564
Binary101100011010110100110010110011111011111100111100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15699; }

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

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

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

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

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

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

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

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