Html Css Color HEX #BB4994 Mulberry

📋 copy color: '#BB4994'

red 187 ◦ green 73 ◦ blue 148

#BB4994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BB4994

Tints of Mulberry #BB4994

RGB

 RED value IS 187 (73.44% from 255) = 45.83%

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 45.83%
G = 17.89%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB4994 (or 0xBB4994) is known color: Mulberry. HEX triplet: BB, 49 and 94. RGB value is (187,73,148). Sum of RGB (Red+Green+Blue) = 187+73+148=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4994 is #44B66B. Grayscale: #737373. Windows color (decimal): -4503148 or 9718203. OLE color: 9718203.

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

Color convert

RGB 187 73 148 -
CMYK 0 0.61 0.21 0.27
HSL 320.53º 0.46% 0.51% -
HSV(B) 320.53º 0.61% 0.73% -
XYZ 28.22 17.47 29.9 -
YUV 115.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 187 73 148 0 0.61 0.21 0.27 320.53 0.46 0.51
Hex BB 49 94 0 3D 15 1B 141 2E 33
Octal 273 111 224 0 75 25 33 501 56 63
Binary 10111011 1001001 10010100 0 111101 10101 11011 101000001 101110 110011

Color Harmonies of #BB4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4994

Black with #BB4994

Text Example


Text Example

White with #BB4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4994; }

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

 H1.HeaderClassName
 {
   color: #BB4994;
 }
 .AnyTagClassName
 {
   color: #BB4994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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