#B75298

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

Shades of Mulberry #B75298

Tints of Mulberry #B75298

Color information

#B75298 (or 0xB75298) is unknown color: approx Mulberry. HEX triplet: B7, 52 and 98. RGB value is (183,82,152). Sum of RGB (Red+Green+Blue) = 183+82+152=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B75298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75298 is #48AD67. Grayscale: #787878. Windows color (decimal): -4762984 or 9982647. OLE color: 9982647.

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

Color convert

RGB18382152-
CMYK00.550.170.28
HSL318.42º41.22%51.96%-
HSV(B)318.42º55.19%71.76%-
XYZ28.2118.3731.76-
YUV120.18145.96172.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=43.88%
G=19.66%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838215200.550.170.28318.4241.2251.96
HexB75298037111C13e2934
Octal26712223006721344765164
Binary1011011110100101001100001101111000111100100111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75298; }

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

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

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

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

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

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

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

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