Html Css Color HEX #BB5182 Mulberry

📋 copy color: '#BB5182'

red 187 ◦ green 81 ◦ blue 130

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

Shades of Mulberry #BB5182

Tints of Mulberry #BB5182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

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

R = 46.98%
G = 20.35%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB5182 (or 0xBB5182) is known color: Mulberry. HEX triplet: BB, 51 and 82. RGB value is (187,81,130). Sum of RGB (Red+Green+Blue) = 187+81+130=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5182 is #44AE7D. Grayscale: #767676. Windows color (decimal): -4501118 or 8540603. OLE color: 8540603.

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

Color convert

RGB 187 81 130 -
CMYK 0 0.57 0.30 0.27
HSL 332.26º 0.44% 0.53% -
HSV(B) 332.26º 0.57% 0.73% -
XYZ 27.47 18.06 23.16 -
YUV 118.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 187 81 130 0 0.57 0.30 0.27 332.26 0.44 0.53
Hex BB 51 82 0 39 1E 1B 14C 2C 35
Octal 273 121 202 0 71 36 33 514 54 65
Binary 10111011 1010001 10000010 0 111001 11110 11011 101001100 101100 110101

Color Harmonies of #BB5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5182

Black with #BB5182

Text Example


Text Example

White with #BB5182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5182; }

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

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

background-color css

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

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

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

border-color css

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

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

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