#B0659D

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

Shades of Violet Blue #B0659D

Tints of Violet Blue #B0659D

Color information

#B0659D (or 0xB0659D) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and 9D. RGB value is (176,101,157). Sum of RGB (Red+Green+Blue) = 176+101+157=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659D is #4F9A62. Grayscale: #818181. Windows color (decimal): -5216867 or 10315184. OLE color: 10315184.

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

Color convert

RGB176101157-
CMYK00.430.110.31
HSL315.2º32.19%54.31%-
HSV(B)315.2º42.61%69.02%-
XYZ28.6420.9734.44-
YUV129.81143.35160.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=40.55%
G=23.27%
B=36.18%

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
Decimal17610115700.430.110.31315.232.1954.31
HexB0659D02BB1F13b2036
Octal26014523505313374734066
Binary101100001100101100111010101011101111111100111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0659D; }

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

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

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

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

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

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

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

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