#B55692

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

Shades of Mulberry #B55692

Tints of Mulberry #B55692

Color information

#B55692 (or 0xB55692) is unknown color: approx Mulberry. HEX triplet: B5, 56 and 92. RGB value is (181,86,146). Sum of RGB (Red+Green+Blue) = 181+86+146=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55692 is #4AA96D. Grayscale: #797979. Windows color (decimal): -4893038 or 9590453. OLE color: 9590453.

HSL color Cylindrical-coordinate representation of color #B55692: hue angle of 322.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55692 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18186146-
CMYK00.520.190.29
HSL322.11º39.09%52.35%-
HSV(B)322.11º52.49%70.98%-
XYZ27.5718.5529.32-
YUV121.24141.97170.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=43.83%
G=20.82%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818614600.520.190.29322.1139.0952.35
HexB55692034131D1422734
Octal26512622206423355024764
Binary1011010110101101001001001101001001111101101000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55692; }

 p { color: rgb(181,86,146); }

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

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

 a { background-color: rgb(181,86,146); }

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

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

 span { border-color: rgb(181,86,146); }

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