#B74993

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

Shades of Mulberry #B74993

Tints of Mulberry #B74993

Color information

#B74993 (or 0xB74993) is unknown color: approx Mulberry. HEX triplet: B7, 49 and 93. RGB value is (183,73,147). Sum of RGB (Red+Green+Blue) = 183+73+147=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74993 is #48B66C. Grayscale: #727272. Windows color (decimal): -4765293 or 9652663. OLE color: 9652663.

HSL color Cylindrical-coordinate representation of color #B74993: hue angle of 319.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74993 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB18373147-
CMYK00.600.200.28
HSL319.64º43.31%50.2%-
HSV(B)319.64º60.11%71.76%-
XYZ27.1816.9429.44-
YUV114.33146.44176.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=45.41%
G=18.11%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837314700.600.200.28319.6443.3150.2
HexB7499303C141C1402b32
Octal26711122307424345005362
Binary1011011110010011001001101111001010011100101000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74993; }

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

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

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

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

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

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

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

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