Html Css Color HEX #BB549B Mulberry

📋 copy color: '#BB549B'

red 187 ◦ green 84 ◦ blue 155

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

Shades of Mulberry #BB549B

Tints of Mulberry #BB549B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 43.9%
G = 19.72%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB549B (or 0xBB549B) is known color: Mulberry. HEX triplet: BB, 54 and 9B. RGB value is (187,84,155). Sum of RGB (Red+Green+Blue) = 187+84+155=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB549B is #44AB64. Grayscale: #7A7A7A. Windows color (decimal): -4500325 or 10179771. OLE color: 10179771.

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

Color convert

RGB 187 84 155 -
CMYK 0 0.55 0.17 0.27
HSL 318.64º 0.43% 0.53% -
HSV(B) 318.64º 0.55% 0.73% -
XYZ 29.58 19.27 33.17 -
YUV 122.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 187 84 155 0 0.55 0.17 0.27 318.64 0.43 0.53
Hex BB 54 9B 0 37 11 1B 13F 2B 35
Octal 273 124 233 0 67 21 33 477 53 65
Binary 10111011 1010100 10011011 0 110111 10001 11011 100111111 101011 110101

Color Harmonies of #BB549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB549B

Black with #BB549B

Text Example


Text Example

White with #BB549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB549B; }

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

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

background-color css

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

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

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

border-color css

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

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

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