#B75187

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

Shades of Mulberry #B75187

Tints of Mulberry #B75187

Color information

#B75187 (or 0xB75187) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 87. RGB value is (183,81,135). Sum of RGB (Red+Green+Blue) = 183+81+135=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B75187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75187 is #48AE78. Grayscale: #757575. Windows color (decimal): -4763257 or 8868279. OLE color: 8868279.

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

Color convert

RGB18381135-
CMYK00.560.260.28
HSL328.24º41.46%51.76%-
HSV(B)328.24º55.74%71.76%-
XYZ26.8417.724.92-
YUV117.65137.79174.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=45.86%
G=20.30%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838113500.560.260.28328.2441.4651.76
HexB751870381A1C1482934
Octal26712120707032345105164
Binary1011011110100011000011101110001101011100101001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75187; }

 p { color: rgb(183,81,135); }

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

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

 a { background-color: rgb(183,81,135); }

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

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

 span { border-color: rgb(183,81,135); }

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