Html Css Color HEX #BB5497 Mulberry

📋 copy color: '#BB5497'

red 187 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #BB5497

Tints of Mulberry #BB5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

 BLUE value IS 151 (59.38% from 255) = 35.78%

R = 44.31%
G = 19.91%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB5497 (or 0xBB5497) is known color: Mulberry. HEX triplet: BB, 54 and 97. RGB value is (187,84,151). Sum of RGB (Red+Green+Blue) = 187+84+151=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5497 is #44AB68. Grayscale: #7A7A7A. Windows color (decimal): -4500329 or 9917627. OLE color: 9917627.

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

Color convert

RGB 187 84 151 -
CMYK 0 0.55 0.19 0.27
HSL 320.97º 0.43% 0.53% -
HSV(B) 320.97º 0.55% 0.73% -
XYZ 29.25 19.14 31.43 -
YUV 122.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 187 84 151 0 0.55 0.19 0.27 320.97 0.43 0.53
Hex BB 54 97 0 37 13 1B 141 2B 35
Octal 273 124 227 0 67 23 33 501 53 65
Binary 10111011 1010100 10010111 0 110111 10011 11011 101000001 101011 110101

Color Harmonies of #BB5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5497

Black with #BB5497

Text Example


Text Example

White with #BB5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5497; }

 p { color: rgb(187,84,151); }

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

background-color css

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

 a { background-color: rgb(187,84,151); }

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

border-color css

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

 span { border-color: rgb(187,84,151); }

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