Html Css Color HEX #BB5791 Mulberry

📋 copy color: '#BB5791'

red 187 ◦ green 87 ◦ blue 145

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

Shades of Mulberry #BB5791

Tints of Mulberry #BB5791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.76%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 44.63%
G = 20.76%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB5791 (or 0xBB5791) is known color: Mulberry. HEX triplet: BB, 57 and 91. RGB value is (187,87,145). Sum of RGB (Red+Green+Blue) = 187+87+145=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5791 is #44A86E. Grayscale: #7B7B7B. Windows color (decimal): -4499567 or 9525179. OLE color: 9525179.

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

Color convert

RGB 187 87 145 -
CMYK 0 0.53 0.22 0.27
HSL 325.2º 0.42% 0.54% -
HSV(B) 325.2º 0.53% 0.73% -
XYZ 29.01 19.43 29.01 -
YUV 123.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 187 87 145 0 0.53 0.22 0.27 325.2 0.42 0.54
Hex BB 57 91 0 35 16 1B 145 2A 36
Octal 273 127 221 0 65 26 33 505 52 66
Binary 10111011 1010111 10010001 0 110101 10110 11011 101000101 101010 110110

Color Harmonies of #BB5791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5791

Black with #BB5791

Text Example


Text Example

White with #BB5791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5791; }

 p { color: rgb(187,87,145); }

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

background-color css

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

 a { background-color: rgb(187,87,145); }

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

border-color css

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

 span { border-color: rgb(187,87,145); }

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