#B060A8

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

Shades of Violet Blue #B060A8

Tints of Violet Blue #B060A8

Color information

#B060A8 (or 0xB060A8) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and A8. RGB value is (176,96,168). Sum of RGB (Red+Green+Blue) = 176+96+168=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B060A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B060A8 is #4F9F57. Grayscale: #7F7F7F. Windows color (decimal): -5218136 or 11034800. OLE color: 11034800.

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

Color convert

RGB17696168-
CMYK00.450.050.31
HSL306º33.61%53.33%-
HSV(B)306º45.45%69.02%-
XYZ29.1620.4239.45-
YUV128.13150.5162.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=40%
G=21.82%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769616800.450.050.3130633.6153.33
HexB060A802D51F1322235
Octal2601402500555374624265
Binary10110000110000010101000010110110111111100110010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060A8; }

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

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

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

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

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

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

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

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