Html Css Color HEX #BB548C Mulberry

📋 copy color: '#BB548C'

red 187 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #BB548C

Tints of Mulberry #BB548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 45.5%
G = 20.44%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB548C (or 0xBB548C) is known color: Mulberry. HEX triplet: BB, 54 and 8C. RGB value is (187,84,140). Sum of RGB (Red+Green+Blue) = 187+84+140=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB548C is #44AB73. Grayscale: #797979. Windows color (decimal): -4500340 or 9196731. OLE color: 9196731.

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

Color convert

RGB 187 84 140 -
CMYK 0 0.55 0.25 0.27
HSL 327.38º 0.43% 0.53% -
HSV(B) 327.38º 0.55% 0.73% -
XYZ 28.4 18.8 26.94 -
YUV 121.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 187 84 140 0 0.55 0.25 0.27 327.38 0.43 0.53
Hex BB 54 8C 0 37 19 1B 147 2B 35
Octal 273 124 214 0 67 31 33 507 53 65
Binary 10111011 1010100 10001100 0 110111 11001 11011 101000111 101011 110101

Color Harmonies of #BB548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB548C

Black with #BB548C

Text Example


Text Example

White with #BB548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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