Html Css Color HEX #BB5299 Mulberry

📋 copy color: '#BB5299'

red 187 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #BB5299

Tints of Mulberry #BB5299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.43%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 44.31%
G = 19.43%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB5299 (or 0xBB5299) is known color: Mulberry. HEX triplet: BB, 52 and 99. RGB value is (187,82,153). Sum of RGB (Red+Green+Blue) = 187+82+153=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5299 is #44AD66. Grayscale: #797979. Windows color (decimal): -4500839 or 10048187. OLE color: 10048187.

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

Color convert

RGB 187 82 153 -
CMYK 0 0.56 0.18 0.27
HSL 319.43º 0.44% 0.53% -
HSV(B) 319.43º 0.56% 0.73% -
XYZ 29.26 18.9 32.24 -
YUV 121.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 187 82 153 0 0.56 0.18 0.27 319.43 0.44 0.53
Hex BB 52 99 0 38 12 1B 13F 2C 35
Octal 273 122 231 0 70 22 33 477 54 65
Binary 10111011 1010010 10011001 0 111000 10010 11011 100111111 101100 110101

Color Harmonies of #BB5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5299

Black with #BB5299

Text Example


Text Example

White with #BB5299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5299; }

 p { color: rgb(187,82,153); }

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

background-color css

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

 a { background-color: rgb(187,82,153); }

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

border-color css

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

 span { border-color: rgb(187,82,153); }

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