#B74892

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

Shades of Mulberry #B74892

Tints of Mulberry #B74892

Color information

#B74892 (or 0xB74892) is unknown color: approx Mulberry. HEX triplet: B7, 48 and 92. RGB value is (183,72,146). Sum of RGB (Red+Green+Blue) = 183+72+146=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B74892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74892 is #48B76D. Grayscale: #717171. Windows color (decimal): -4765550 or 9586871. OLE color: 9586871.

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

Color convert

RGB18372146-
CMYK00.610.200.28
HSL320º43.53%50%-
HSV(B)320º60.66%71.76%-
XYZ27.0316.7829.01-
YUV113.62146.27177.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=45.64%
G=17.96%
B=36.41%

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
Decimal1837214600.610.200.2832043.5350
HexB7489203D141C1402c32
Octal26711022207524345005462
Binary1011011110010001001001001111011010011100101000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74892; }

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

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

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

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

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

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

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

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