Html Css Color HEX #BB549C Mulberry

📋 copy color: '#BB549C'

red 187 ◦ green 84 ◦ blue 156

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

Shades of Mulberry #BB549C

Tints of Mulberry #BB549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 43.79%
G = 19.67%
B = 36.53%

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

#BB549C (or 0xBB549C) is known color: Mulberry. HEX triplet: BB, 54 and 9C. RGB value is (187,84,156). Sum of RGB (Red+Green+Blue) = 187+84+156=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB549C is #44AB63. Grayscale: #7A7A7A. Windows color (decimal): -4500324 or 10245307. OLE color: 10245307.

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

Color convert

RGB 187 84 156 -
CMYK 0 0.55 0.17 0.27
HSL 318.06º 0.43% 0.53% -
HSV(B) 318.06º 0.55% 0.73% -
XYZ 29.66 19.31 33.62 -
YUV 123.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 187 84 156 0 0.55 0.17 0.27 318.06 0.43 0.53
Hex BB 54 9C 0 37 11 1B 13E 2B 35
Octal 273 124 234 0 67 21 33 476 53 65
Binary 10111011 1010100 10011100 0 110111 10001 11011 100111110 101011 110101

Color Harmonies of #BB549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB549C

Black with #BB549C

Text Example


Text Example

White with #BB549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB549C; }

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

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

background-color css

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

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

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

border-color css

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

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

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