#b74983

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

Shades of Mulberry #B74983

Tints of Mulberry #B74983

Color information

#B74983 (or 0xB74983) is unknown color: approx Mulberry. HEX triplet: B7, 49 and 83. RGB value is (183,73,131). Sum of RGB (Red+Green+Blue) = 183+73+131=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74983 is #48B67C. Grayscale: #707070. Windows color (decimal): -4765309 or 8604087. OLE color: 8604087.

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

Color convert

RGB18373131-
CMYK00.600.280.28
HSL328.36º43.31%50.2%-
HSV(B)328.36º60.11%71.76%-
XYZ26.0116.4723.28-
YUV112.5138.44178.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=47.29%
G=18.86%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837313100.600.280.28328.3643.3150.2
HexB7498303C1C1C1482b32
Octal26711120307434345105362
Binary1011011110010011000001101111001110011100101001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74983; }

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

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

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

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

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

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

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

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