#B0659F

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

Shades of Violet Blue #B0659F

Tints of Violet Blue #B0659F

Color information

#B0659F (or 0xB0659F) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and 9F. RGB value is (176,101,159). Sum of RGB (Red+Green+Blue) = 176+101+159=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659F is #4F9A60. Grayscale: #818181. Windows color (decimal): -5216865 or 10446256. OLE color: 10446256.

HSL color Cylindrical-coordinate representation of color #B0659F: hue angle of 313.6º 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 #B0659F is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176101159-
CMYK00.430.100.31
HSL313.6º32.19%54.31%-
HSV(B)313.6º42.61%69.02%-
XYZ28.8221.0435.34-
YUV130.04144.35160.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=40.37%
G=23.17%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610115900.430.100.31313.632.1954.31
HexB0659F02BA1F13a2036
Octal26014523705312374724066
Binary101100001100101100111110101011101011111100111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0659F; }

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

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

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

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

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

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

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

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