#B75D8B

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

Shades of Mulberry #B75D8B

Tints of Mulberry #B75D8B

Color information

#B75D8B (or 0xB75D8B) is unknown color: approx Mulberry. HEX triplet: B7, 5D and 8B. RGB value is (183,93,139). Sum of RGB (Red+Green+Blue) = 183+93+139=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75D8B is #48A274. Grayscale: #7D7D7D. Windows color (decimal): -4760181 or 9133495. OLE color: 9133495.

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

Color convert

RGB18393139-
CMYK00.490.240.28
HSL329.33º38.46%54.12%-
HSV(B)329.33º49.18%71.76%-
XYZ28.119.7626.76-
YUV125.15135.82169.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=44.10%
G=22.41%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839313900.490.240.28329.3338.4654.12
HexB75D8B031181C1492636
Octal26713521306130345114666
Binary1011011110111011000101101100011100011100101001001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D8B; }

 p { color: rgb(183,93,139); }

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

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

 a { background-color: rgb(183,93,139); }

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

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

 span { border-color: rgb(183,93,139); }

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