Html Css Color HEX #BB5482 Mulberry

📋 copy color: '#BB5482'

red 187 ◦ green 84 ◦ blue 130

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

Shades of Mulberry #BB5482

Tints of Mulberry #BB5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

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

R = 46.63%
G = 20.95%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB5482 (or 0xBB5482) is known color: Mulberry. HEX triplet: BB, 54 and 82. RGB value is (187,84,130). Sum of RGB (Red+Green+Blue) = 187+84+130=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5482 is #44AB7D. Grayscale: #777777. Windows color (decimal): -4500350 or 8541371. OLE color: 8541371.

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

Color convert

RGB 187 84 130 -
CMYK 0 0.55 0.30 0.27
HSL 333.2º 0.43% 0.53% -
HSV(B) 333.2º 0.55% 0.73% -
XYZ 27.69 18.52 23.23 -
YUV 120.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 187 84 130 0 0.55 0.30 0.27 333.2 0.43 0.53
Hex BB 54 82 0 37 1E 1B 14D 2B 35
Octal 273 124 202 0 67 36 33 515 53 65
Binary 10111011 1010100 10000010 0 110111 11110 11011 101001101 101011 110101

Color Harmonies of #BB5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5482

Black with #BB5482

Text Example


Text Example

White with #BB5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5482; }

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

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

background-color css

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

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

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

border-color css

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

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

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