#B75A93

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

Shades of Mulberry #B75A93

Tints of Mulberry #B75A93

Color information

#B75A93 (or 0xB75A93) is unknown color: approx Mulberry. HEX triplet: B7, 5A and 93. RGB value is (183,90,147). Sum of RGB (Red+Green+Blue) = 183+90+147=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A93 is #48A56C. Grayscale: #7C7C7C. Windows color (decimal): -4760941 or 9657015. OLE color: 9657015.

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

Color convert

RGB18390147-
CMYK00.510.200.28
HSL323.23º39.24%53.53%-
HSV(B)323.23º50.82%71.76%-
XYZ28.4519.4929.87-
YUV124.3140.81169.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 147 (57.81% from 255) = 35%
R=43.57%
G=21.43%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839014700.510.200.28323.2339.2453.53
HexB75A93033141C1432736
Octal26713222306324345034766
Binary1011011110110101001001101100111010011100101000011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A93; }

 p { color: rgb(183,90,147); }

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

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

 a { background-color: rgb(183,90,147); }

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

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

 span { border-color: rgb(183,90,147); }

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