#BB5095

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

Shades of Mulberry #BB5095

Tints of Mulberry #BB5095

Color information

#BB5095 (or 0xBB5095) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 95. RGB value is (187,80,149). Sum of RGB (Red+Green+Blue) = 187+80+149=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5095 is #44AF6A. Grayscale: #777777. Windows color (decimal): -4501355 or 9785531. OLE color: 9785531.

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

Color convert

RGB18780149-
CMYK00.570.200.27
HSL321.31º44.03%52.35%-
HSV(B)321.31º57.22%73.33%-
XYZ28.7918.4730.48-
YUV119.86144.45175.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=44.95%
G=19.23%
B=35.82%

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
Decimal1878014900.570.200.27321.3144.0352.35
HexBB5095039141B1412c34
Octal27312022507124335015464
Binary1011101110100001001010101110011010011011101000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5095; }

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

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

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

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

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

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

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

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