#B45F98

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

Shades of Mulberry #B45F98

Tints of Mulberry #B45F98

Color information

#B45F98 (or 0xB45F98) is unknown color: approx Mulberry. HEX triplet: B4, 5F and 98. RGB value is (180,95,152). Sum of RGB (Red+Green+Blue) = 180+95+152=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F98 is #4BA067. Grayscale: #7E7E7E. Windows color (decimal): -4956264 or 9985972. OLE color: 9985972.

HSL color Cylindrical-coordinate representation of color #B45F98: hue angle of 319.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B45F98 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18095152-
CMYK00.470.160.29
HSL319.76º36.17%53.92%-
HSV(B)319.76º47.22%70.59%-
XYZ28.5820.1532.09-
YUV126.91142.16165.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=42.15%
G=22.25%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809515200.470.160.29319.7636.1753.92
HexB45F9802F101D1402436
Octal26413723005720355004466
Binary1011010010111111001100001011111000011101101000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F98; }

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

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

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

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

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

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

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

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