#B54B8D

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

Shades of Mulberry #B54B8D

Tints of Mulberry #B54B8D

Color information

#B54B8D (or 0xB54B8D) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 8D. RGB value is (181,75,141). Sum of RGB (Red+Green+Blue) = 181+75+141=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B8D is #4AB472. Grayscale: #727272. Windows color (decimal): -4895859 or 9259957. OLE color: 9259957.

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

Color convert

RGB18175141-
CMYK00.590.220.29
HSL322.64º41.73%50.2%-
HSV(B)322.64º58.56%70.98%-
XYZ26.3816.7827.05-
YUV114.22143.12175.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=45.59%
G=18.89%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817514100.590.220.29322.6441.7350.2
HexB54B8D03B161D1432a32
Octal26511321507326355035262
Binary1011010110010111000110101110111011011101101000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B8D; }

 p { color: rgb(181,75,141); }

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

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

 a { background-color: rgb(181,75,141); }

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

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

 span { border-color: rgb(181,75,141); }

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