#BB5395

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

Shades of Mulberry #BB5395

Tints of Mulberry #BB5395

Color information

#BB5395 (or 0xBB5395) is unknown color: approx Mulberry. HEX triplet: BB, 53 and 95. RGB value is (187,83,149). Sum of RGB (Red+Green+Blue) = 187+83+149=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5395 is #44AC6A. Grayscale: #797979. Windows color (decimal): -4500587 or 9786299. OLE color: 9786299.

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

Color convert

RGB18783149-
CMYK00.560.200.27
HSL321.92º43.33%52.94%-
HSV(B)321.92º55.61%73.33%-
XYZ29.0118.9230.56-
YUV121.62143.46174.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=44.63%
G=19.81%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878314900.560.200.27321.9243.3352.94
HexBB5395038141B1422b35
Octal27312322507024335025365
Binary1011101110100111001010101110001010011011101000010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5395; }

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

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

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

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

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

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

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

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