#B75F8F

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

Shades of Mulberry #B75F8F

Tints of Mulberry #B75F8F

Color information

#B75F8F (or 0xB75F8F) is unknown color: approx Mulberry. HEX triplet: B7, 5F and 8F. RGB value is (183,95,143). Sum of RGB (Red+Green+Blue) = 183+95+143=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F8F is #48A070. Grayscale: #7E7E7E. Windows color (decimal): -4759665 or 9396151. OLE color: 9396151.

HSL color Cylindrical-coordinate representation of color #B75F8F: hue angle of 327.27º 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 #B75F8F is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB18395143-
CMYK00.480.220.28
HSL327.27º37.93%54.51%-
HSV(B)327.27º48.09%71.76%-
XYZ28.5820.2328.39-
YUV126.78137.15168.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=43.47%
G=22.57%
B=33.97%

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
Decimal1839514300.480.220.28327.2737.9354.51
HexB75F8F030161C1472637
Octal26713721706026345074667
Binary1011011110111111000111101100001011011100101000111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F8F; }

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

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

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

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

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

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

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

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