#B45099

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

Shades of Mulberry #B45099

Tints of Mulberry #B45099

Color information

#B45099 (or 0xB45099) is unknown color: approx Mulberry. HEX triplet: B4, 50 and 99. RGB value is (180,80,153). Sum of RGB (Red+Green+Blue) = 180+80+153=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B45099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45099 is #4BAF66. Grayscale: #767676. Windows color (decimal): -4960103 or 10047668. OLE color: 10047668.

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

Color convert

RGB18080153-
CMYK00.560.150.29
HSL316.2º40%50.98%-
HSV(B)316.2º55.56%70.59%-
XYZ27.4417.7432.11-
YUV118.22147.63172.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=43.58%
G=19.37%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808015300.560.150.29316.24050.98
HexB45099038F1D13c2833
Octal26412023107017354745063
Binary101101001010000100110010111000111111101100111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45099; }

 p { color: rgb(180,80,153); }

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

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

 a { background-color: rgb(180,80,153); }

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

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

 span { border-color: rgb(180,80,153); }

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