#B75B8B

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

Shades of Mulberry #B75B8B

Tints of Mulberry #B75B8B

Color information

#B75B8B (or 0xB75B8B) is unknown color: approx Mulberry. HEX triplet: B7, 5B and 8B. RGB value is (183,91,139). Sum of RGB (Red+Green+Blue) = 183+91+139=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75B8B is #48A474. Grayscale: #7B7B7B. Windows color (decimal): -4760693 or 9132983. OLE color: 9132983.

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

Color convert

RGB18391139-
CMYK00.500.240.28
HSL328.7º38.98%53.73%-
HSV(B)328.7º50.27%71.76%-
XYZ27.9319.4126.7-
YUV123.98136.48170.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=44.31%
G=22.03%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839113900.500.240.28328.738.9853.73
HexB75B8B032181C1492736
Octal26713321306230345114766
Binary1011011110110111000101101100101100011100101001001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B8B; }

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

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

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

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

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

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

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

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