#B4508C

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

Shades of Mulberry #B4508C

Tints of Mulberry #B4508C

Color information

#B4508C (or 0xB4508C) is unknown color: approx Mulberry. HEX triplet: B4, 50 and 8C. RGB value is (180,80,140). Sum of RGB (Red+Green+Blue) = 180+80+140=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4508C is #4BAF73. Grayscale: #747474. Windows color (decimal): -4960116 or 9195700. OLE color: 9195700.

HSL color Cylindrical-coordinate representation of color #B4508C: hue angle of 324º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4508C is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18080140-
CMYK00.560.220.29
HSL324º40%50.98%-
HSV(B)324º55.56%70.59%-
XYZ26.4217.3326.76-
YUV116.74141.13173.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 140 (55.08% from 255) = 35%
R=45%
G=20%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808014000.560.220.293244050.98
HexB4508C038161D1442833
Octal26412021407026355045063
Binary1011010010100001000110001110001011011101101000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4508C; }

 p { color: rgb(180,80,140); }

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

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

 a { background-color: rgb(180,80,140); }

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

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

 span { border-color: rgb(180,80,140); }

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