#BB5195

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

Shades of Mulberry #BB5195

Tints of Mulberry #BB5195

Color information

#BB5195 (or 0xBB5195) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 95. RGB value is (187,81,149). Sum of RGB (Red+Green+Blue) = 187+81+149=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5195 is #44AE6A. Grayscale: #787878. Windows color (decimal): -4501099 or 9785787. OLE color: 9785787.

HSL color Cylindrical-coordinate representation of color #BB5195: hue angle of 321.51º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5195 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18781149-
CMYK00.570.200.27
HSL321.51º43.8%52.55%-
HSV(B)321.51º56.68%73.33%-
XYZ28.8618.6230.51-
YUV120.45144.12175.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=44.84%
G=19.42%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878114900.570.200.27321.5143.852.55
HexBB5195039141B1422c35
Octal27312122507124335025465
Binary1011101110100011001010101110011010011011101000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5195; }

 p { color: rgb(187,81,149); }

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

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

 a { background-color: rgb(187,81,149); }

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

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

 span { border-color: rgb(187,81,149); }

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