#B659A0

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

Shades of Violet Blue #B659A0

Tints of Violet Blue #B659A0

Color information

#B659A0 (or 0xB659A0) is unknown color: approx Violet Blue. HEX triplet: B6, 59 and A0. RGB value is (182,89,160). Sum of RGB (Red+Green+Blue) = 182+89+160=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B659A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B659A0 is #49A65F. Grayscale: #7C7C7C. Windows color (decimal): -4826720 or 10508726. OLE color: 10508726.

HSL color Cylindrical-coordinate representation of color #B659A0: hue angle of 314.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B659A0 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18289160-
CMYK00.510.120.29
HSL314.19º38.91%53.14%-
HSV(B)314.19º51.1%71.37%-
XYZ29.2119.6335.51-
YUV124.9147.81168.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=42.23%
G=20.65%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828916000.510.120.29314.1938.9153.14
HexB659A0033C1D13a2735
Octal26613124006314354724765
Binary101101101011001101000000110011110011101100111010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659A0; }

 p { color: rgb(182,89,160); }

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

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

 a { background-color: rgb(182,89,160); }

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

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

 span { border-color: rgb(182,89,160); }

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