#B54B94

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

Shades of Mulberry #B54B94

Tints of Mulberry #B54B94

Color information

#B54B94 (or 0xB54B94) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 94. RGB value is (181,75,148). Sum of RGB (Red+Green+Blue) = 181+75+148=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B94 is #4AB46B. Grayscale: #727272. Windows color (decimal): -4895852 or 9718709. OLE color: 9718709.

HSL color Cylindrical-coordinate representation of color #B54B94: hue angle of 318.68º 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 #B54B94 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18175148-
CMYK00.590.180.29
HSL318.68º41.73%50.2%-
HSV(B)318.68º58.56%70.98%-
XYZ26.9216.9929.88-
YUV115.02146.62175.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=44.80%
G=18.56%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817514800.590.180.29318.6841.7350.2
HexB54B9403B121D13f2a32
Octal26511322407322354775262
Binary1011010110010111001010001110111001011101100111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B94; }

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

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

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

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

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

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

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

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