#B55FA8

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

Shades of Violet Blue #B55FA8

Tints of Violet Blue #B55FA8

Color information

#B55FA8 (or 0xB55FA8) is unknown color: approx Violet Blue. HEX triplet: B5, 5F and A8. RGB value is (181,95,168). Sum of RGB (Red+Green+Blue) = 181+95+168=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55FA8 is #4AA057. Grayscale: #808080. Windows color (decimal): -4890712 or 11034549. OLE color: 11034549.

HSL color Cylindrical-coordinate representation of color #B55FA8: hue angle of 309.07º 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 #B55FA8 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18195168-
CMYK00.480.070.29
HSL309.07º36.75%54.12%-
HSV(B)309.07º47.51%70.98%-
XYZ30.2220.8439.47-
YUV129.04149.99165.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=40.77%
G=21.40%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819516800.480.070.29309.0736.7554.12
HexB55FA803071D1352536
Octal2651372500607354654566
Binary10110101101111110101000011000011111101100110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FA8; }

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

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

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

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

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

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

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

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