Html Css Color HEX #BB5699 Mulberry

📋 copy color: '#BB5699'

red 187 ◦ green 86 ◦ blue 153

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

Shades of Mulberry #BB5699

Tints of Mulberry #BB5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

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

R = 43.9%
G = 20.19%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB5699 (or 0xBB5699) is known color: Mulberry. HEX triplet: BB, 56 and 99. RGB value is (187,86,153). Sum of RGB (Red+Green+Blue) = 187+86+153=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5699 is #44A966. Grayscale: #7B7B7B. Windows color (decimal): -4499815 or 10049211. OLE color: 10049211.

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

Color convert

RGB 187 86 153 -
CMYK 0 0.54 0.18 0.27
HSL 320.2º 0.43% 0.54% -
HSV(B) 320.2º 0.54% 0.73% -
XYZ 29.57 19.52 32.35 -
YUV 123.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 187 86 153 0 0.54 0.18 0.27 320.2 0.43 0.54
Hex BB 56 99 0 36 12 1B 140 2B 36
Octal 273 126 231 0 66 22 33 500 53 66
Binary 10111011 1010110 10011001 0 110110 10010 11011 101000000 101011 110110

Color Harmonies of #BB5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5699

Black with #BB5699

Text Example


Text Example

White with #BB5699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5699; }

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

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

background-color css

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

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

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

border-color css

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

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

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