#B75485

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

Shades of Mulberry #B75485

Tints of Mulberry #B75485

Color information

#B75485 (or 0xB75485) is unknown color: approx Mulberry. HEX triplet: B7, 54 and 85. RGB value is (183,84,133). Sum of RGB (Red+Green+Blue) = 183+84+133=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75485 is #48AB7A. Grayscale: #777777. Windows color (decimal): -4762491 or 8737975. OLE color: 8737975.

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

Color convert

RGB18384133-
CMYK00.540.270.28
HSL330.3º40.74%52.35%-
HSV(B)330.3º54.1%71.76%-
XYZ26.9318.124.26-
YUV119.19135.8173.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=45.75%
G=21%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838413300.540.270.28330.340.7452.35
HexB754850361B1C14a2934
Octal26712420506633345125164
Binary1011011110101001000010101101101101111100101001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75485; }

 p { color: rgb(183,84,133); }

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

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

 a { background-color: rgb(183,84,133); }

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

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

 span { border-color: rgb(183,84,133); }

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