#BB458B

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

Shades of Mulberry #BB458B

Tints of Mulberry #BB458B

Color information

#BB458B (or 0xBB458B) is unknown color: approx Mulberry. HEX triplet: BB, 45 and 8B. RGB value is (187,69,139). Sum of RGB (Red+Green+Blue) = 187+69+139=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458B is #44BA74. Grayscale: #707070. Windows color (decimal): -4504181 or 9127355. OLE color: 9127355.

HSL color Cylindrical-coordinate representation of color #BB458B: hue angle of 324.41º 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 #BB458B is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18769139-
CMYK00.630.260.27
HSL324.41º46.46%50.2%-
HSV(B)324.41º63.1%73.33%-
XYZ27.2816.6926.21-
YUV112.26143.09181.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=47.34%
G=17.47%
B=35.19%

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
Decimal1876913900.630.260.27324.4146.4650.2
HexBB458B03F1A1B1442e32
Octal27310521307732335045662
Binary1011101110001011000101101111111101011011101000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB458B; }

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

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

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

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

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

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

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

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