#B061AB

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

Shades of Violet Blue #B061AB

Tints of Violet Blue #B061AB

Color information

#B061AB (or 0xB061AB) is unknown color: approx Violet Blue. HEX triplet: B0, 61 and AB. RGB value is (176,97,171). Sum of RGB (Red+Green+Blue) = 176+97+171=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B061AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B061AB is #4F9E54. Grayscale: #808080. Windows color (decimal): -5217877 or 11231664. OLE color: 11231664.

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

Color convert

RGB17697171-
CMYK00.450.030.31
HSL303.8º33.33%53.53%-
HSV(B)303.8º44.89%69.02%-
XYZ29.5320.7240.97-
YUV129.06151.67161.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 97 (38.28% from 255) = 21.85%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=39.64%
G=21.85%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769717100.450.030.31303.833.3353.53
HexB061AB02D31F1302136
Octal2601412530553374604166
Binary1011000011000011010101101011011111111100110000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061AB; }

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

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

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

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

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

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

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

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