#B74793

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

Shades of Mulberry #B74793

Tints of Mulberry #B74793

Color information

#B74793 (or 0xB74793) is unknown color: approx Mulberry. HEX triplet: B7, 47 and 93. RGB value is (183,71,147). Sum of RGB (Red+Green+Blue) = 183+71+147=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B74793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74793 is #48B86C. Grayscale: #707070. Windows color (decimal): -4765805 or 9652151. OLE color: 9652151.

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

Color convert

RGB18371147-
CMYK00.610.200.28
HSL319.29º44.09%49.8%-
HSV(B)319.29º61.2%71.76%-
XYZ27.0516.6829.4-
YUV113.15147.11177.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=45.64%
G=17.71%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837114700.610.200.28319.2944.0949.8
HexB7479303D141C13f2c32
Octal26710722307524344775462
Binary1011011110001111001001101111011010011100100111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74793; }

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

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

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

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

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

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

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

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