#B061A2

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

Shades of Violet Blue #B061A2

Tints of Violet Blue #B061A2

Color information

#B061A2 (or 0xB061A2) is unknown color: approx Violet Blue. HEX triplet: B0, 61 and A2. RGB value is (176,97,162). Sum of RGB (Red+Green+Blue) = 176+97+162=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B061A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B061A2 is #4F9E5D. Grayscale: #7F7F7F. Windows color (decimal): -5217886 or 10641840. OLE color: 10641840.

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

Color convert

RGB17697162-
CMYK00.450.080.31
HSL310.63º33.33%53.53%-
HSV(B)310.63º44.89%69.02%-
XYZ28.720.3936.61-
YUV128.03147.17162.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=40.46%
G=22.30%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769716200.450.080.31310.6333.3353.53
HexB061A202D81F1372136
Octal26014124205510374674166
Binary101100001100001101000100101101100011111100110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061A2; }

 p { color: rgb(176,97,162); }

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

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

 a { background-color: rgb(176,97,162); }

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

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

 span { border-color: rgb(176,97,162); }

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