#B75B9D

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

Shades of Mulberry #B75B9D

Tints of Mulberry #B75B9D

Color information

#B75B9D (or 0xB75B9D) is unknown color: approx Mulberry. HEX triplet: B7, 5B and 9D. RGB value is (183,91,157). Sum of RGB (Red+Green+Blue) = 183+91+157=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75B9D is #48A462. Grayscale: #7D7D7D. Windows color (decimal): -4760675 or 10312631. OLE color: 10312631.

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

Color convert

RGB18391157-
CMYK00.500.140.28
HSL316.96º38.98%53.73%-
HSV(B)316.96º50.27%71.76%-
XYZ29.3619.9834.21-
YUV126.03145.48168.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=42.46%
G=21.11%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839115700.500.140.28316.9638.9853.73
HexB75B9D032E1C13d2736
Octal26713323506216344754766
Binary101101111011011100111010110010111011100100111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B9D; }

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

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

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

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

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

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

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

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