#BB469A

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

Shades of Mulberry #BB469A

Tints of Mulberry #BB469A

Color information

#BB469A (or 0xBB469A) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 9A. RGB value is (187,70,154). Sum of RGB (Red+Green+Blue) = 187+70+154=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB469A is #44B965. Grayscale: #727272. Windows color (decimal): -4503910 or 10110651. OLE color: 10110651.

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

Color convert

RGB18770154-
CMYK00.630.180.27
HSL316.92º46.25%50.39%-
HSV(B)316.92º62.57%73.33%-
XYZ28.5217.2832.4-
YUV114.56150.26179.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 70 (27.73% from 255) = 17.03%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=45.50%
G=17.03%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877015400.630.180.27316.9246.2550.39
HexBB469A03F121B13d2e32
Octal27310623207722334755662
Binary1011101110001101001101001111111001011011100111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB469A; }

 p { color: rgb(187,70,154); }

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

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

 a { background-color: rgb(187,70,154); }

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

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

 span { border-color: rgb(187,70,154); }

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