#B5469A

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

Shades of Mulberry #B5469A

Tints of Mulberry #B5469A

Color information

#B5469A (or 0xB5469A) is unknown color: approx Mulberry. HEX triplet: B5, 46 and 9A. RGB value is (181,70,154). Sum of RGB (Red+Green+Blue) = 181+70+154=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5469A is #4AB965. Grayscale: #707070. Windows color (decimal): -4897126 or 10110645. OLE color: 10110645.

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

Color convert

RGB18170154-
CMYK00.610.150.29
HSL314.59º44.22%49.22%-
HSV(B)314.59º61.33%70.98%-
XYZ27.0816.5432.34-
YUV112.76151.27176.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=44.69%
G=17.28%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817015400.610.150.29314.5944.2249.22
HexB5469A03DF1D13b2c31
Octal26510623207517354735461
Binary101101011000110100110100111101111111101100111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5469A; }

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

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

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

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

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

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

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

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