#B5469E

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

Shades of Mulberry #B5469E

Tints of Mulberry #B5469E

Color information

#B5469E (or 0xB5469E) is unknown color: approx Mulberry. HEX triplet: B5, 46 and 9E. RGB value is (181,70,158). Sum of RGB (Red+Green+Blue) = 181+70+158=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5469E is #4AB961. Grayscale: #707070. Windows color (decimal): -4897122 or 10372789. OLE color: 10372789.

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

Color convert

RGB18170158-
CMYK00.610.130.29
HSL312.43º44.22%49.22%-
HSV(B)312.43º61.33%70.98%-
XYZ27.4216.6734.12-
YUV113.22153.27176.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=44.25%
G=17.11%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817015800.610.130.29312.4344.2249.22
HexB5469E03DD1D1382c31
Octal26510623607515354705461
Binary101101011000110100111100111101110111101100111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5469E; }

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

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

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

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

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

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

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

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