Html Css Color HEX #BB5191 Mulberry

📋 copy color: '#BB5191'

red 187 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #BB5191

Tints of Mulberry #BB5191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 45.28%
G = 19.61%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB5191 (or 0xBB5191) is known color: Mulberry. HEX triplet: BB, 51 and 91. RGB value is (187,81,145). Sum of RGB (Red+Green+Blue) = 187+81+145=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5191 is #44AE6E. Grayscale: #777777. Windows color (decimal): -4501103 or 9523643. OLE color: 9523643.

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

Color convert

RGB 187 81 145 -
CMYK 0 0.57 0.22 0.27
HSL 323.77º 0.44% 0.53% -
HSV(B) 323.77º 0.57% 0.73% -
XYZ 28.55 18.49 28.85 -
YUV 119.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 187 81 145 0 0.57 0.22 0.27 323.77 0.44 0.53
Hex BB 51 91 0 39 16 1B 144 2C 35
Octal 273 121 221 0 71 26 33 504 54 65
Binary 10111011 1010001 10010001 0 111001 10110 11011 101000100 101100 110101

Color Harmonies of #BB5191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5191

Black with #BB5191

Text Example


Text Example

White with #BB5191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5191; }

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

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

background-color css

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

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

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

border-color css

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

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

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