#BB4493

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

Shades of Mulberry #BB4493

Tints of Mulberry #BB4493

Color information

#BB4493 (or 0xBB4493) is unknown color: approx Mulberry. HEX triplet: BB, 44 and 93. RGB value is (187,68,147). Sum of RGB (Red+Green+Blue) = 187+68+147=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4493 is #44BB6C. Grayscale: #707070. Windows color (decimal): -4504429 or 9651387. OLE color: 9651387.

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

Color convert

RGB18768147-
CMYK00.640.210.27
HSL320.17º46.67%50%-
HSV(B)320.17º63.64%73.33%-
XYZ27.8316.8129.38-
YUV112.59147.42181.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=46.52%
G=16.92%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876814700.640.210.27320.1746.6750
HexBB4493040151B1402f32
Octal273104223010025335005762
Binary10111011100010010010011010000001010111011101000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4493; }

 p { color: rgb(187,68,147); }

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

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

 a { background-color: rgb(187,68,147); }

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

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

 span { border-color: rgb(187,68,147); }

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