#B55FA4

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

Shades of Violet Blue #B55FA4

Tints of Violet Blue #B55FA4

Color information

#B55FA4 (or 0xB55FA4) is unknown color: approx Violet Blue. HEX triplet: B5, 5F and A4. RGB value is (181,95,164). Sum of RGB (Red+Green+Blue) = 181+95+164=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55FA4 is #4AA05B. Grayscale: #808080. Windows color (decimal): -4890716 or 10772405. OLE color: 10772405.

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

Color convert

RGB18195164-
CMYK00.480.090.29
HSL311.86º36.75%54.12%-
HSV(B)311.86º47.51%70.98%-
XYZ29.8520.6937.54-
YUV128.58147.99165.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=41.14%
G=21.59%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819516400.480.090.29311.8636.7554.12
HexB55FA403091D1382536
Octal26513724406011354704566
Binary101101011011111101001000110000100111101100111000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FA4; }

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

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

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

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

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

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

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

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