#B04A8F

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

Shades of Mulberry #B04A8F

Tints of Mulberry #B04A8F

Color information

#B04A8F (or 0xB04A8F) is unknown color: approx Mulberry. HEX triplet: B0, 4A and 8F. RGB value is (176,74,143). Sum of RGB (Red+Green+Blue) = 176+74+143=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A8F is #4FB570. Grayscale: #707070. Windows color (decimal): -5223793 or 9390768. OLE color: 9390768.

HSL color Cylindrical-coordinate representation of color #B04A8F: hue angle of 319.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04A8F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17674143-
CMYK00.580.190.31
HSL319.41º40.8%49.02%-
HSV(B)319.41º57.95%69.02%-
XYZ25.3116.1127.76-
YUV112.36145.29173.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=44.78%
G=18.83%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767414300.580.190.31319.4140.849.02
HexB04A8F03A131F13f2931
Octal26011221707223374775161
Binary1011000010010101000111101110101001111111100111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A8F; }

 p { color: rgb(176,74,143); }

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

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

 a { background-color: rgb(176,74,143); }

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

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

 span { border-color: rgb(176,74,143); }

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