#B055AA

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

Shades of Violet Blue #B055AA

Tints of Violet Blue #B055AA

Color information

#B055AA (or 0xB055AA) is unknown color: approx Violet Blue. HEX triplet: B0, 55 and AA. RGB value is (176,85,170). Sum of RGB (Red+Green+Blue) = 176+85+170=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B055AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B055AA is #4FAA55. Grayscale: #797979. Windows color (decimal): -5220950 or 11163056. OLE color: 11163056.

HSL color Cylindrical-coordinate representation of color #B055AA: hue angle of 303.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B055AA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17685170-
CMYK00.520.030.31
HSL303.96º36.55%51.18%-
HSV(B)303.96º51.7%69.02%-
XYZ28.4118.6340.13-
YUV121.9155.15166.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=40.84%
G=19.72%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768517000.520.030.31303.9636.5551.18
HexB055AA03431F1302533
Octal2601252520643374604563
Binary1011000010101011010101001101001111111100110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B055AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B055AA; }

 p { color: rgb(176,85,170); }

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

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

 a { background-color: rgb(176,85,170); }

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

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

 span { border-color: rgb(176,85,170); }

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