#B74898

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

Shades of Mulberry #B74898

Tints of Mulberry #B74898

Color information

#B74898 (or 0xB74898) is unknown color: approx Mulberry. HEX triplet: B7, 48 and 98. RGB value is (183,72,152). Sum of RGB (Red+Green+Blue) = 183+72+152=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B74898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74898 is #48B767. Grayscale: #727272. Windows color (decimal): -4765544 or 9980087. OLE color: 9980087.

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

Color convert

RGB18372152-
CMYK00.610.170.28
HSL316.76º43.53%50%-
HSV(B)316.76º60.66%71.76%-
XYZ27.5116.9731.53-
YUV114.31149.27177-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=44.96%
G=17.69%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837215200.610.170.28316.7643.5350
HexB7489803D111C13d2c32
Octal26711023007521344755462
Binary1011011110010001001100001111011000111100100111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74898; }

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

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

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

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

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

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

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

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