#B74A94

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

Shades of Mulberry #B74A94

Tints of Mulberry #B74A94

Color information

#B74A94 (or 0xB74A94) is unknown color: approx Mulberry. HEX triplet: B7, 4A and 94. RGB value is (183,74,148). Sum of RGB (Red+Green+Blue) = 183+74+148=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74A94 is #48B56B. Grayscale: #727272. Windows color (decimal): -4765036 or 9718455. OLE color: 9718455.

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

Color convert

RGB18374148-
CMYK00.600.190.28
HSL319.27º43.08%50.39%-
HSV(B)319.27º59.56%71.76%-
XYZ27.3217.129.88-
YUV115.03146.61176.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=45.19%
G=18.27%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837414800.600.190.28319.2743.0850.39
HexB74A9403C131C13f2b32
Octal26711222407423344775362
Binary1011011110010101001010001111001001111100100111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A94; }

 p { color: rgb(183,74,148); }

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

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

 a { background-color: rgb(183,74,148); }

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

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

 span { border-color: rgb(183,74,148); }

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