#B74498

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

Shades of Mulberry #B74498

Tints of Mulberry #B74498

Color information

#B74498 (or 0xB74498) is unknown color: approx Mulberry. HEX triplet: B7, 44 and 98. RGB value is (183,68,152). Sum of RGB (Red+Green+Blue) = 183+68+152=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74498 is #48BB67. Grayscale: #6F6F6F. Windows color (decimal): -4766568 or 9979063. OLE color: 9979063.

HSL color Cylindrical-coordinate representation of color #B74498: hue angle of 316.17º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74498 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18368152-
CMYK00.630.170.28
HSL316.17º45.82%49.22%-
HSV(B)316.17º62.84%71.76%-
XYZ27.2616.4731.45-
YUV111.96150.6178.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=45.41%
G=16.87%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836815200.630.170.28316.1745.8249.22
HexB7449803F111C13c2e31
Octal26710423007721344745661
Binary1011011110001001001100001111111000111100100111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74498; }

 p { color: rgb(183,68,152); }

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

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

 a { background-color: rgb(183,68,152); }

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

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

 span { border-color: rgb(183,68,152); }

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