#B060AE

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

Shades of Violet Blue #B060AE

Tints of Violet Blue #B060AE

Color information

#B060AE (or 0xB060AE) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and AE. RGB value is (176,96,174). Sum of RGB (Red+Green+Blue) = 176+96+174=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B060AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B060AE is #4F9F51. Grayscale: #808080. Windows color (decimal): -5218130 or 11428016. OLE color: 11428016.

HSL color Cylindrical-coordinate representation of color #B060AE: hue angle of 301.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B060AE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17696174-
CMYK00.450.010.31
HSL301.5º33.61%53.33%-
HSV(B)301.5º45.45%69.02%-
XYZ29.7320.6542.46-
YUV128.81153.5161.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=39.46%
G=21.52%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769617400.450.010.31301.533.6153.33
HexB060AE02D11F12e2235
Octal2601402560551374564265
Binary101100001100000101011100101101111111100101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060AE; }

 p { color: rgb(176,96,174); }

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

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

 a { background-color: rgb(176,96,174); }

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

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

 span { border-color: rgb(176,96,174); }

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