#BB6194

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

Shades of Mulberry #BB6194

Tints of Mulberry #BB6194

Color information

#BB6194 (or 0xBB6194) is unknown color: approx Mulberry. HEX triplet: BB, 61 and 94. RGB value is (187,97,148). Sum of RGB (Red+Green+Blue) = 187+97+148=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6194 is #449E6B. Grayscale: #818181. Windows color (decimal): -4497004 or 9724347. OLE color: 9724347.

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

Color convert

RGB18797148-
CMYK00.480.210.27
HSL326º39.82%55.69%-
HSV(B)326º48.13%73.33%-
XYZ30.1121.2530.53-
YUV129.72138.32168.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=43.29%
G=22.45%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879714800.480.210.2732639.8255.69
HexBB6194030151B1462838
Octal27314122406025335065070
Binary1011101111000011001010001100001010111011101000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6194; }

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

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

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

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

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

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

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

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