#B74DA0

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

Shades of Mulberry #B74DA0

Tints of Mulberry #B74DA0

Color information

#B74DA0 (or 0xB74DA0) is unknown color: approx Mulberry. HEX triplet: B7, 4D and A0. RGB value is (183,77,160). Sum of RGB (Red+Green+Blue) = 183+77+160=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DA0 is #48B25F. Grayscale: #757575. Windows color (decimal): -4764256 or 10505655. OLE color: 10505655.

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

Color convert

RGB18377160-
CMYK00.580.130.28
HSL313.02º42.4%50.98%-
HSV(B)313.02º57.92%71.76%-
XYZ28.5317.9135.21-
YUV118.16151.62174.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 160 (62.89% from 255) = 38.10%
R=43.57%
G=18.33%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837716000.580.130.28313.0242.450.98
HexB74DA003AD1C1392a33
Octal26711524007215344715263
Binary101101111001101101000000111010110111100100111001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74DA0; }

 p { color: rgb(183,77,160); }

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

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

 a { background-color: rgb(183,77,160); }

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

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

 span { border-color: rgb(183,77,160); }

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