#BB50A1

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

Shades of Mulberry #BB50A1

Tints of Mulberry #BB50A1

Color information

#BB50A1 (or 0xBB50A1) is unknown color: approx Mulberry. HEX triplet: BB, 50 and A1. RGB value is (187,80,161). Sum of RGB (Red+Green+Blue) = 187+80+161=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50A1 is #44AF5E. Grayscale: #797979. Windows color (decimal): -4501343 or 10571963. OLE color: 10571963.

HSL color Cylindrical-coordinate representation of color #BB50A1: hue angle of 314.58º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB50A1 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18780161-
CMYK00.570.140.27
HSL314.58º44.03%52.35%-
HSV(B)314.58º57.22%73.33%-
XYZ29.818.8835.79-
YUV121.23150.45174.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 161 (63.28% from 255) = 37.62%
R=43.69%
G=18.69%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878016100.570.140.27314.5844.0352.35
HexBB50A1039E1B13b2c34
Octal27312024107116334735464
Binary101110111010000101000010111001111011011100111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB50A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB50A1; }

 p { color: rgb(187,80,161); }

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

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

 a { background-color: rgb(187,80,161); }

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

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

 span { border-color: rgb(187,80,161); }

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