#BB458A

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

Shades of Mulberry #BB458A

Tints of Mulberry #BB458A

Color information

#BB458A (or 0xBB458A) is unknown color: approx Mulberry. HEX triplet: BB, 45 and 8A. RGB value is (187,69,138). Sum of RGB (Red+Green+Blue) = 187+69+138=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458A is #44BA75. Grayscale: #6F6F6F. Windows color (decimal): -4504182 or 9061819. OLE color: 9061819.

HSL color Cylindrical-coordinate representation of color #BB458A: hue angle of 324.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB458A is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18769138-
CMYK00.630.260.27
HSL324.92º46.46%50.2%-
HSV(B)324.92º63.1%73.33%-
XYZ27.2116.6625.83-
YUV112.15142.59181.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=47.46%
G=17.51%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876913800.630.260.27324.9246.4650.2
HexBB458A03F1A1B1452e32
Octal27310521207732335055662
Binary1011101110001011000101001111111101011011101000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB458A; }

 p { color: rgb(187,69,138); }

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

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

 a { background-color: rgb(187,69,138); }

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

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

 span { border-color: rgb(187,69,138); }

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