Html Css Color HEX #BB5682 Mulberry

📋 copy color: '#BB5682'

red 187 ◦ green 86 ◦ blue 130

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

Shades of Mulberry #BB5682

Tints of Mulberry #BB5682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 46.4%
G = 21.34%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB5682 (or 0xBB5682) is known color: Mulberry. HEX triplet: BB, 56 and 82. RGB value is (187,86,130). Sum of RGB (Red+Green+Blue) = 187+86+130=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5682 is #44A97D. Grayscale: #797979. Windows color (decimal): -4499838 or 8541883. OLE color: 8541883.

HSL color Cylindrical-coordinate representation of color #BB5682: hue angle of 333.86º 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 #BB5682 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 86 130 -
CMYK 0 0.54 0.30 0.27
HSL 333.86º 0.43% 0.54% -
HSV(B) 333.86º 0.54% 0.73% -
XYZ 27.85 18.83 23.29 -
YUV 121.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 187 86 130 0 0.54 0.30 0.27 333.86 0.43 0.54
Hex BB 56 82 0 36 1E 1B 14E 2B 36
Octal 273 126 202 0 66 36 33 516 53 66
Binary 10111011 1010110 10000010 0 110110 11110 11011 101001110 101011 110110

Color Harmonies of #BB5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5682

Black with #BB5682

Text Example


Text Example

White with #BB5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5682; }

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

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

background-color css

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

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

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

border-color css

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

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

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