#B04F8A

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

Shades of Mulberry #B04F8A

Tints of Mulberry #B04F8A

Color information

#B04F8A (or 0xB04F8A) is unknown color: approx Mulberry. HEX triplet: B0, 4F and 8A. RGB value is (176,79,138). Sum of RGB (Red+Green+Blue) = 176+79+138=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F8A is #4FB075. Grayscale: #727272. Windows color (decimal): -5222518 or 9064368. OLE color: 9064368.

HSL color Cylindrical-coordinate representation of color #B04F8A: hue angle of 323.51º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F8A is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17679138-
CMYK00.550.220.31
HSL323.51º38.04%50%-
HSV(B)323.51º55.11%69.02%-
XYZ25.2916.6625.93-
YUV114.73141.14171.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 79 (31.25% from 255) = 20.10%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=44.78%
G=20.10%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767913800.550.220.31323.5138.0450
HexB04F8A037161F1442632
Octal26011721206726375044662
Binary1011000010011111000101001101111011011111101000100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F8A; }

 p { color: rgb(176,79,138); }

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

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

 a { background-color: rgb(176,79,138); }

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

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

 span { border-color: rgb(176,79,138); }

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