#B55FAA

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

Shades of Violet Blue #B55FAA

Tints of Violet Blue #B55FAA

Color information

#B55FAA (or 0xB55FAA) is unknown color: approx Violet Blue. HEX triplet: B5, 5F and AA. RGB value is (181,95,170). Sum of RGB (Red+Green+Blue) = 181+95+170=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55FAA is #4AA055. Grayscale: #818181. Windows color (decimal): -4890710 or 11165621. OLE color: 11165621.

HSL color Cylindrical-coordinate representation of color #B55FAA: hue angle of 307.67º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55FAA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18195170-
CMYK00.480.060.29
HSL307.67º36.75%54.12%-
HSV(B)307.67º47.51%70.98%-
XYZ30.420.9140.46-
YUV129.26150.99164.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=40.58%
G=21.30%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819517000.480.060.29307.6736.7554.12
HexB55FAA03061D1342536
Octal2651372520606354644566
Binary10110101101111110101010011000011011101100110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FAA; }

 p { color: rgb(181,95,170); }

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

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

 a { background-color: rgb(181,95,170); }

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

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

 span { border-color: rgb(181,95,170); }

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