#b45b9a

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

Shades of Mulberry #B45B9A

Tints of Mulberry #B45B9A

Color information

#B45B9A (or 0xB45B9A) is unknown color: approx Mulberry. HEX triplet: B4, 5B and 9A. RGB value is (180,91,154). Sum of RGB (Red+Green+Blue) = 180+91+154=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B9A is #4BA465. Grayscale: #7C7C7C. Windows color (decimal): -4957286 or 10116020. OLE color: 10116020.

HSL color Cylindrical-coordinate representation of color #B45B9A: hue angle of 317.53º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45B9A is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18091154-
CMYK00.490.140.29
HSL317.53º37.24%53.14%-
HSV(B)317.53º49.44%70.59%-
XYZ28.419.5232.84-
YUV124.79144.49167.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=42.35%
G=21.41%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809115400.490.140.29317.5337.2453.14
HexB45B9A031E1D13e2535
Octal26413323206116354764565
Binary101101001011011100110100110001111011101100111110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45b9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45b9a; }

 p { color: rgb(180,91,154); }

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

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

 a { background-color: rgb(180,91,154); }

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

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

 span { border-color: rgb(180,91,154); }

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