Html Css Color HEX #BB5097 Mulberry

📋 copy color: '#BB5097'

red 187 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #BB5097

Tints of Mulberry #BB5097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 44.74%
G = 19.14%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB5097 (or 0xBB5097) is known color: Mulberry. HEX triplet: BB, 50 and 97. RGB value is (187,80,151). Sum of RGB (Red+Green+Blue) = 187+80+151=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5097 is #44AF68. Grayscale: #777777. Windows color (decimal): -4501353 or 9916603. OLE color: 9916603.

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

Color convert

RGB 187 80 151 -
CMYK 0 0.57 0.19 0.27
HSL 320.19º 0.44% 0.52% -
HSV(B) 320.19º 0.57% 0.73% -
XYZ 28.95 18.54 31.33 -
YUV 120.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 187 80 151 0 0.57 0.19 0.27 320.19 0.44 0.52
Hex BB 50 97 0 39 13 1B 140 2C 34
Octal 273 120 227 0 71 23 33 500 54 64
Binary 10111011 1010000 10010111 0 111001 10011 11011 101000000 101100 110100

Color Harmonies of #BB5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5097

Black with #BB5097

Text Example


Text Example

White with #BB5097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5097; }

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

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

background-color css

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

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

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

border-color css

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

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

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