Html Css Color HEX #BB5990 Mulberry

📋 copy color: '#BB5990'

red 187 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #BB5990

Tints of Mulberry #BB5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 44.52%
G = 21.19%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB5990 (or 0xBB5990) is known color: Mulberry. HEX triplet: BB, 59 and 90. RGB value is (187,89,144). Sum of RGB (Red+Green+Blue) = 187+89+144=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5990 is #44A66F. Grayscale: #7C7C7C. Windows color (decimal): -4499056 or 9460155. OLE color: 9460155.

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

Color convert

RGB 187 89 144 -
CMYK 0 0.52 0.23 0.27
HSL 326.33º 0.42% 0.54% -
HSV(B) 326.33º 0.52% 0.73% -
XYZ 29.1 19.72 28.66 -
YUV 124.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 187 89 144 0 0.52 0.23 0.27 326.33 0.42 0.54
Hex BB 59 90 0 34 17 1B 146 2A 36
Octal 273 131 220 0 64 27 33 506 52 66
Binary 10111011 1011001 10010000 0 110100 10111 11011 101000110 101010 110110

Color Harmonies of #BB5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5990

Black with #BB5990

Text Example


Text Example

White with #BB5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5990; }

 p { color: rgb(187,89,144); }

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

background-color css

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

 a { background-color: rgb(187,89,144); }

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

border-color css

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

 span { border-color: rgb(187,89,144); }

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