#B54C8B

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

Shades of Mulberry #B54C8B

Tints of Mulberry #B54C8B

Color information

#B54C8B (or 0xB54C8B) is unknown color: approx Mulberry. HEX triplet: B5, 4C and 8B. RGB value is (181,76,139). Sum of RGB (Red+Green+Blue) = 181+76+139=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C8B is #4AB374. Grayscale: #727272. Windows color (decimal): -4895605 or 9129141. OLE color: 9129141.

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

Color convert

RGB18176139-
CMYK00.580.230.29
HSL324º41.5%50.39%-
HSV(B)324º58.01%70.98%-
XYZ26.316.8626.29-
YUV114.58141.79175.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 76 (30.08% from 255) = 19.19%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=45.71%
G=19.19%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817613900.580.230.2932441.550.39
HexB54C8B03A171D1442a32
Octal26511421307227355045262
Binary1011010110011001000101101110101011111101101000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C8B; }

 p { color: rgb(181,76,139); }

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

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

 a { background-color: rgb(181,76,139); }

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

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

 span { border-color: rgb(181,76,139); }

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