#bb458f

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

Shades of Mulberry #BB458F

Tints of Mulberry #BB458F

Color information

#BB458F (or 0xBB458F) is unknown color: approx Mulberry. HEX triplet: BB, 45 and 8F. RGB value is (187,69,143). Sum of RGB (Red+Green+Blue) = 187+69+143=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458F is #44BA70. Grayscale: #707070. Windows color (decimal): -4504177 or 9389499. OLE color: 9389499.

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

Color convert

RGB18769143-
CMYK00.630.240.27
HSL322.37º46.46%50.2%-
HSV(B)322.37º63.1%73.33%-
XYZ27.5816.827.78-
YUV112.72145.09180.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=46.87%
G=17.29%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876914300.630.240.27322.3746.4650.2
HexBB458F03F181B1422e32
Octal27310521707730335025662
Binary1011101110001011000111101111111100011011101000010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb458f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb458f; }

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

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

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

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

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

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

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

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