#BB468A

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

Shades of Mulberry #BB468A

Tints of Mulberry #BB468A

Color information

#BB468A (or 0xBB468A) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 8A. RGB value is (187,70,138). Sum of RGB (Red+Green+Blue) = 187+70+138=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB468A is #44B975. Grayscale: #707070. Windows color (decimal): -4503926 or 9062075. OLE color: 9062075.

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

Color convert

RGB18770138-
CMYK00.630.260.27
HSL325.13º46.25%50.39%-
HSV(B)325.13º62.57%73.33%-
XYZ27.2716.7825.85-
YUV112.73142.26180.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 70 (27.73% from 255) = 17.72%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=47.34%
G=17.72%
B=34.94%

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
Decimal1877013800.630.260.27325.1346.2550.39
HexBB468A03F1A1B1452e32
Octal27310621207732335055662
Binary1011101110001101000101001111111101011011101000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB468A; }

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

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

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

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

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

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

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

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