#B74394

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

Shades of Mulberry #B74394

Tints of Mulberry #B74394

Color information

#B74394 (or 0xB74394) is unknown color: approx Mulberry. HEX triplet: B7, 43 and 94. RGB value is (183,67,148). Sum of RGB (Red+Green+Blue) = 183+67+148=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B74394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74394 is #48BC6B. Grayscale: #6E6E6E. Windows color (decimal): -4766828 or 9716663. OLE color: 9716663.

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

Color convert

RGB18367148-
CMYK00.630.190.28
HSL318.1º46.4%49.02%-
HSV(B)318.1º63.39%71.76%-
XYZ26.8816.2229.73-
YUV110.92148.93179.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=45.98%
G=16.83%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836714800.630.190.28318.146.449.02
HexB7439403F131C13e2e31
Octal26710322407723344765661
Binary1011011110000111001010001111111001111100100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74394; }

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

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

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

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

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

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

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

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