#B4659F

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

Shades of Violet Blue #B4659F

Tints of Violet Blue #B4659F

Color information

#B4659F (or 0xB4659F) is unknown color: approx Violet Blue. HEX triplet: B4, 65 and 9F. RGB value is (180,101,159). Sum of RGB (Red+Green+Blue) = 180+101+159=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4659F is #4B9A60. Grayscale: #838383. Windows color (decimal): -4954721 or 10446260. OLE color: 10446260.

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

Color convert

RGB180101159-
CMYK00.440.120.29
HSL315.95º34.5%55.1%-
HSV(B)315.95º43.89%70.59%-
XYZ29.7321.5135.39-
YUV131.23143.67162.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=40.91%
G=22.95%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010115900.440.120.29315.9534.555.1
HexB4659F02CC1D13c2237
Octal26414523705414354744267
Binary101101001100101100111110101100110011101100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4659F; }

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

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

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

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

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

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

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

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