#B74FA1

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

Shades of Mulberry #B74FA1

Tints of Mulberry #B74FA1

Color information

#B74FA1 (or 0xB74FA1) is unknown color: approx Mulberry. HEX triplet: B7, 4F and A1. RGB value is (183,79,161). Sum of RGB (Red+Green+Blue) = 183+79+161=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B74FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74FA1 is #48B05E. Grayscale: #777777. Windows color (decimal): -4763743 or 10571703. OLE color: 10571703.

HSL color Cylindrical-coordinate representation of color #B74FA1: hue angle of 312.69º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74FA1 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18379161-
CMYK00.570.120.28
HSL312.69º41.94%51.37%-
HSV(B)312.69º56.83%71.76%-
XYZ28.7618.2335.72-
YUV119.44151.46173.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=43.26%
G=18.68%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837916100.570.120.28312.6941.9451.37
HexB74FA1039C1C1392a33
Octal26711724107114344715263
Binary101101111001111101000010111001110011100100111001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74FA1; }

 p { color: rgb(183,79,161); }

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

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

 a { background-color: rgb(183,79,161); }

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

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

 span { border-color: rgb(183,79,161); }

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