#B74299

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

Shades of Mulberry #B74299

Tints of Mulberry #B74299

Color information

#B74299 (or 0xB74299) is unknown color: approx Mulberry. HEX triplet: B7, 42 and 99. RGB value is (183,66,153). Sum of RGB (Red+Green+Blue) = 183+66+153=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B74299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74299 is #48BD66. Grayscale: #6E6E6E. Windows color (decimal): -4767079 or 10044087. OLE color: 10044087.

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

Color convert

RGB18366153-
CMYK00.640.160.28
HSL315.38º46.99%48.82%-
HSV(B)315.38º63.93%71.76%-
XYZ27.2316.2631.84-
YUV110.9151.76179.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=45.52%
G=16.42%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836615300.640.160.28315.3846.9948.82
HexB74299040101C13b2f31
Octal267102231010020344735761
Binary10110111100001010011001010000001000011100100111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74299; }

 p { color: rgb(183,66,153); }

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

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

 a { background-color: rgb(183,66,153); }

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

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

 span { border-color: rgb(183,66,153); }

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