#BB5194

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

Shades of Mulberry #BB5194

Tints of Mulberry #BB5194

Color information

#BB5194 (or 0xBB5194) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 94. RGB value is (187,81,148). Sum of RGB (Red+Green+Blue) = 187+81+148=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5194 is #44AE6B. Grayscale: #787878. Windows color (decimal): -4501100 or 9720251. OLE color: 9720251.

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

Color convert

RGB18781148-
CMYK00.570.210.27
HSL322.08º43.8%52.55%-
HSV(B)322.08º56.68%73.33%-
XYZ28.7818.5930.09-
YUV120.33143.62175.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=44.95%
G=19.47%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878114800.570.210.27322.0843.852.55
HexBB5194039151B1422c35
Octal27312122407125335025465
Binary1011101110100011001010001110011010111011101000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5194; }

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

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

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

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

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

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

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

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