#B74BA0

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

Shades of Mulberry #B74BA0

Tints of Mulberry #B74BA0

Color information

#B74BA0 (or 0xB74BA0) is unknown color: approx Mulberry. HEX triplet: B7, 4B and A0. RGB value is (183,75,160). Sum of RGB (Red+Green+Blue) = 183+75+160=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA0 is #48B45F. Grayscale: #747474. Windows color (decimal): -4764768 or 10505143. OLE color: 10505143.

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

Color convert

RGB18375160-
CMYK00.590.130.28
HSL312.78º42.86%50.59%-
HSV(B)312.78º59.02%71.76%-
XYZ28.3917.6435.17-
YUV116.98152.28175.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=43.78%
G=17.94%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837516000.590.130.28312.7842.8650.59
HexB74BA003BD1C1392b33
Octal26711324007315344715363
Binary101101111001011101000000111011110111100100111001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74BA0; }

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

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

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

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

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

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

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

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