#B75F8E

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

Shades of Mulberry #B75F8E

Tints of Mulberry #B75F8E

Color information

#B75F8E (or 0xB75F8E) is unknown color: approx Mulberry. HEX triplet: B7, 5F and 8E. RGB value is (183,95,142). Sum of RGB (Red+Green+Blue) = 183+95+142=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F8E is #48A071. Grayscale: #7E7E7E. Windows color (decimal): -4759666 or 9330615. OLE color: 9330615.

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

Color convert

RGB18395142-
CMYK00.480.220.28
HSL327.95º37.93%54.51%-
HSV(B)327.95º48.09%71.76%-
XYZ28.520.227.99-
YUV126.67136.65168.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=43.57%
G=22.62%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839514200.480.220.28327.9537.9354.51
HexB75F8E030161C1482637
Octal26713721606026345104667
Binary1011011110111111000111001100001011011100101001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F8E; }

 p { color: rgb(183,95,142); }

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

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

 a { background-color: rgb(183,95,142); }

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

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

 span { border-color: rgb(183,95,142); }

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