#B055A5

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

Shades of Violet Blue #B055A5

Tints of Violet Blue #B055A5

Color information

#B055A5 (or 0xB055A5) is unknown color: approx Violet Blue. HEX triplet: B0, 55 and A5. RGB value is (176,85,165). Sum of RGB (Red+Green+Blue) = 176+85+165=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B055A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B055A5 is #4FAA5A. Grayscale: #797979. Windows color (decimal): -5220955 or 10835376. OLE color: 10835376.

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

Color convert

RGB17685165-
CMYK00.520.060.31
HSL307.25º36.55%51.18%-
HSV(B)307.25º51.7%69.02%-
XYZ27.9418.4437.68-
YUV121.33152.65167-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=41.31%
G=19.95%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768516500.520.060.31307.2536.5551.18
HexB055A503461F1332533
Octal2601252450646374634563
Binary10110000101010110100101011010011011111100110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B055A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B055A5; }

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

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

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

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

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

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

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

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