#B75598

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

Shades of Mulberry #B75598

Tints of Mulberry #B75598

Color information

#B75598 (or 0xB75598) is unknown color: approx Mulberry. HEX triplet: B7, 55 and 98. RGB value is (183,85,152). Sum of RGB (Red+Green+Blue) = 183+85+152=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B75598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75598 is #48AA67. Grayscale: #797979. Windows color (decimal): -4762216 or 9983415. OLE color: 9983415.

HSL color Cylindrical-coordinate representation of color #B75598: hue angle of 318.98º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75598 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18385152-
CMYK00.540.170.28
HSL318.98º40.5%52.55%-
HSV(B)318.98º53.55%71.76%-
XYZ28.4418.8331.84-
YUV121.94144.97171.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=43.57%
G=20.24%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838515200.540.170.28318.9840.552.55
HexB75598036111C13f2835
Octal26712523006621344775065
Binary1011011110101011001100001101101000111100100111111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75598; }

 p { color: rgb(183,85,152); }

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

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

 a { background-color: rgb(183,85,152); }

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

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

 span { border-color: rgb(183,85,152); }

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