#B74A9E

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

Shades of Mulberry #B74A9E

Tints of Mulberry #B74A9E

Color information

#B74A9E (or 0xB74A9E) is unknown color: approx Mulberry. HEX triplet: B7, 4A and 9E. RGB value is (183,74,158). Sum of RGB (Red+Green+Blue) = 183+74+158=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74A9E is #48B561. Grayscale: #737373. Windows color (decimal): -4765026 or 10373815. OLE color: 10373815.

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

Color convert

RGB18374158-
CMYK00.600.140.28
HSL313.76º43.08%50.39%-
HSV(B)313.76º59.56%71.76%-
XYZ28.1517.4334.23-
YUV116.17151.61175.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=44.10%
G=17.83%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837415800.600.140.28313.7643.0850.39
HexB74A9E03CE1C13a2b32
Octal26711223607416344725362
Binary101101111001010100111100111100111011100100111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A9E; }

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

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

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

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

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

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

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

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