#BB458D

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

Shades of Mulberry #BB458D

Tints of Mulberry #BB458D

Color information

#BB458D (or 0xBB458D) is unknown color: approx Mulberry. HEX triplet: BB, 45 and 8D. RGB value is (187,69,141). Sum of RGB (Red+Green+Blue) = 187+69+141=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB458D is #44BA72. Grayscale: #707070. Windows color (decimal): -4504179 or 9258427. OLE color: 9258427.

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

Color convert

RGB18769141-
CMYK00.630.250.27
HSL323.39º46.46%50.2%-
HSV(B)323.39º63.1%73.33%-
XYZ27.4316.7426.99-
YUV112.49144.09181.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=47.10%
G=17.38%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876914100.630.250.27323.3946.4650.2
HexBB458D03F191B1432e32
Octal27310521507731335035662
Binary1011101110001011000110101111111100111011101000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB458D; }

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

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

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

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

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

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

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

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