#B45798

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

Shades of Mulberry #B45798

Tints of Mulberry #B45798

Color information

#B45798 (or 0xB45798) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 98. RGB value is (180,87,152). Sum of RGB (Red+Green+Blue) = 180+87+152=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B45798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45798 is #4BA867. Grayscale: #7A7A7A. Windows color (decimal): -4958312 or 9983924. OLE color: 9983924.

HSL color Cylindrical-coordinate representation of color #B45798: hue angle of 318.06º degrees, saturation: 0.38, 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 #B45798 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18087152-
CMYK00.520.160.29
HSL318.06º38.27%52.35%-
HSV(B)318.06º51.67%70.59%-
XYZ27.918.7931.86-
YUV122.22144.81169.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=42.96%
G=20.76%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808715200.520.160.29318.0638.2752.35
HexB45798034101D13e2634
Octal26412723006420354764664
Binary1011010010101111001100001101001000011101100111110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45798; }

 p { color: rgb(180,87,152); }

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

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

 a { background-color: rgb(180,87,152); }

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

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

 span { border-color: rgb(180,87,152); }

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