#B75284

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

Shades of Mulberry #B75284

Tints of Mulberry #B75284

Color information

#B75284 (or 0xB75284) is unknown color: approx Mulberry. HEX triplet: B7, 52 and 84. RGB value is (183,82,132). Sum of RGB (Red+Green+Blue) = 183+82+132=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75284 is #48AD7B. Grayscale: #757575. Windows color (decimal): -4763004 or 8671927. OLE color: 8671927.

HSL color Cylindrical-coordinate representation of color #B75284: 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.55%. Process color model (Four color, CMYK) of #B75284 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18382132-
CMYK00.550.280.28
HSL330.3º41.22%51.96%-
HSV(B)330.3º55.19%71.76%-
XYZ26.7117.7723.85-
YUV117.9135.96174.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=46.10%
G=20.65%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838213200.550.280.28330.341.2251.96
HexB752840371C1C14a2934
Octal26712220406734345125164
Binary1011011110100101000010001101111110011100101001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75284; }

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

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

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

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

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

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

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

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