#B75F9B

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

Shades of Mulberry #B75F9B

Tints of Mulberry #B75F9B

Color information

#B75F9B (or 0xB75F9B) is unknown color: approx Mulberry. HEX triplet: B7, 5F and 9B. RGB value is (183,95,155). Sum of RGB (Red+Green+Blue) = 183+95+155=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F9B is #48A064. Grayscale: #7F7F7F. Windows color (decimal): -4759653 or 10182583. OLE color: 10182583.

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

Color convert

RGB18395155-
CMYK00.480.150.28
HSL319.09º37.93%54.51%-
HSV(B)319.09º48.09%71.76%-
XYZ29.5420.6233.43-
YUV128.15143.15167.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=42.26%
G=21.94%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839515500.480.150.28319.0937.9354.51
HexB75F9B030F1C13f2637
Octal26713723306017344774667
Binary101101111011111100110110110000111111100100111111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F9B; }

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

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

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

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

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

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

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

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