#B55C9A

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

Shades of Mulberry #B55C9A

Tints of Mulberry #B55C9A

Color information

#B55C9A (or 0xB55C9A) is unknown color: approx Mulberry. HEX triplet: B5, 5C and 9A. RGB value is (181,92,154). Sum of RGB (Red+Green+Blue) = 181+92+154=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C9A is #4AA365. Grayscale: #7D7D7D. Windows color (decimal): -4891494 or 10116277. OLE color: 10116277.

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

Color convert

RGB18192154-
CMYK00.490.150.29
HSL318.2º37.55%53.53%-
HSV(B)318.2º49.17%70.98%-
XYZ28.7219.8132.88-
YUV125.68143.99167.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=42.39%
G=21.55%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819215400.490.150.29318.237.5553.53
HexB55C9A031F1D13e2636
Octal26513423206117354764666
Binary101101011011100100110100110001111111101100111110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C9A; }

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

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

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

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

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

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

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

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