Html Css Color HEX #BB549A Mulberry

📋 copy color: '#BB549A'

red 187 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #BB549A

Tints of Mulberry #BB549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 44%
G = 19.76%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB549A (or 0xBB549A) is known color: Mulberry. HEX triplet: BB, 54 and 9A. RGB value is (187,84,154). Sum of RGB (Red+Green+Blue) = 187+84+154=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB549A is #44AB65. Grayscale: #7A7A7A. Windows color (decimal): -4500326 or 10114235. OLE color: 10114235.

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

Color convert

RGB 187 84 154 -
CMYK 0 0.55 0.18 0.27
HSL 319.22º 0.43% 0.53% -
HSV(B) 319.22º 0.55% 0.73% -
XYZ 29.5 19.24 32.73 -
YUV 122.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 187 84 154 0 0.55 0.18 0.27 319.22 0.43 0.53
Hex BB 54 9A 0 37 12 1B 13F 2B 35
Octal 273 124 232 0 67 22 33 477 53 65
Binary 10111011 1010100 10011010 0 110111 10010 11011 100111111 101011 110101

Color Harmonies of #BB549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB549A

Black with #BB549A

Text Example


Text Example

White with #BB549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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