#B75C87

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

Shades of Mulberry #B75C87

Tints of Mulberry #B75C87

Color information

#B75C87 (or 0xB75C87) is unknown color: approx Mulberry. HEX triplet: B7, 5C and 87. RGB value is (183,92,135). Sum of RGB (Red+Green+Blue) = 183+92+135=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C87 is #48A378. Grayscale: #7C7C7C. Windows color (decimal): -4760441 or 8871095. OLE color: 8871095.

HSL color Cylindrical-coordinate representation of color #B75C87: hue angle of 331.65º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C87 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18392135-
CMYK00.500.260.28
HSL331.65º38.72%53.92%-
HSV(B)331.65º49.73%71.76%-
XYZ27.7319.4725.22-
YUV124.11134.15170-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=44.63%
G=22.44%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839213500.500.260.28331.6538.7253.92
HexB75C870321A1C14c2736
Octal26713420706232345144766
Binary1011011110111001000011101100101101011100101001100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C87; }

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

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

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

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

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

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

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

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