Html Css Color HEX #BB5884 Mulberry

📋 copy color: '#BB5884'

red 187 ◦ green 88 ◦ blue 132

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

Shades of Mulberry #BB5884

Tints of Mulberry #BB5884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 45.95%
G = 21.62%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB5884 (or 0xBB5884) is known color: Mulberry. HEX triplet: BB, 58 and 84. RGB value is (187,88,132). Sum of RGB (Red+Green+Blue) = 187+88+132=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5884 is #44A77B. Grayscale: #7A7A7A. Windows color (decimal): -4499324 or 8673467. OLE color: 8673467.

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

Color convert

RGB 187 88 132 -
CMYK 0 0.53 0.29 0.27
HSL 333.33º 0.42% 0.54% -
HSV(B) 333.33º 0.53% 0.73% -
XYZ 28.15 19.21 24.05 -
YUV 122.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 187 88 132 0 0.53 0.29 0.27 333.33 0.42 0.54
Hex BB 58 84 0 35 1D 1B 14D 2A 36
Octal 273 130 204 0 65 35 33 515 52 66
Binary 10111011 1011000 10000100 0 110101 11101 11011 101001101 101010 110110

Color Harmonies of #BB5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5884

Black with #BB5884

Text Example


Text Example

White with #BB5884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5884; }

 p { color: rgb(187,88,132); }

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

background-color css

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

 a { background-color: rgb(187,88,132); }

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

border-color css

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

 span { border-color: rgb(187,88,132); }

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