#B060A7

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

Shades of Violet Blue #B060A7

Tints of Violet Blue #B060A7

Color information

#B060A7 (or 0xB060A7) is unknown color: approx Violet Blue. HEX triplet: B0, 60 and A7. RGB value is (176,96,167). Sum of RGB (Red+Green+Blue) = 176+96+167=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B060A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B060A7 is #4F9F58. Grayscale: #7F7F7F. Windows color (decimal): -5218137 or 10969264. OLE color: 10969264.

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

Color convert

RGB17696167-
CMYK00.450.050.31
HSL306.75º33.61%53.33%-
HSV(B)306.75º45.45%69.02%-
XYZ29.0620.3938.96-
YUV128.01150162.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=40.09%
G=21.87%
B=38.04%

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
Decimal1769616700.450.050.31306.7533.6153.33
HexB060A702D51F1332235
Octal2601402470555374634265
Binary10110000110000010100111010110110111111100110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060A7; }

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

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

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

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

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

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

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

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