#B55CA0

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

Shades of Violet Blue #B55CA0

Tints of Violet Blue #B55CA0

Color information

#B55CA0 (or 0xB55CA0) is unknown color: approx Violet Blue. HEX triplet: B5, 5C and A0. RGB value is (181,92,160). Sum of RGB (Red+Green+Blue) = 181+92+160=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CA0 is #4AA35F. Grayscale: #7E7E7E. Windows color (decimal): -4891488 or 10509493. OLE color: 10509493.

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

Color convert

RGB18192160-
CMYK00.490.120.29
HSL314.16º37.55%53.53%-
HSV(B)314.16º49.17%70.98%-
XYZ29.2320.0235.58-
YUV126.36146.99166.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=41.80%
G=21.25%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819216000.490.120.29314.1637.5553.53
HexB55CA0031C1D13a2636
Octal26513424006114354724666
Binary101101011011100101000000110001110011101100111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CA0; }

 p { color: rgb(181,92,160); }

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

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

 a { background-color: rgb(181,92,160); }

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

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

 span { border-color: rgb(181,92,160); }

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