#B0659C

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

Shades of Violet Blue #B0659C

Tints of Violet Blue #B0659C

Color information

#B0659C (or 0xB0659C) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and 9C. RGB value is (176,101,156). Sum of RGB (Red+Green+Blue) = 176+101+156=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659C is #4F9A63. Grayscale: #818181. Windows color (decimal): -5216868 or 10249648. OLE color: 10249648.

HSL color Cylindrical-coordinate representation of color #B0659C: hue angle of 316º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0659C is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176101156-
CMYK00.430.110.31
HSL316º32.19%54.31%-
HSV(B)316º42.61%69.02%-
XYZ28.5620.9433.99-
YUV129.7142.85161.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=40.65%
G=23.33%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610115600.430.110.3131632.1954.31
HexB0659C02BB1F13c2036
Octal26014523405313374744066
Binary101100001100101100111000101011101111111100111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0659C; }

 p { color: rgb(176,101,156); }

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

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

 a { background-color: rgb(176,101,156); }

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

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

 span { border-color: rgb(176,101,156); }

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