Html Css Color HEX #BB548B Mulberry

📋 copy color: '#BB548B'

red 187 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #BB548B

Tints of Mulberry #BB548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 45.61%
G = 20.49%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB548B (or 0xBB548B) is known color: Mulberry. HEX triplet: BB, 54 and 8B. RGB value is (187,84,139). Sum of RGB (Red+Green+Blue) = 187+84+139=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB548B is #44AB74. Grayscale: #787878. Windows color (decimal): -4500341 or 9131195. OLE color: 9131195.

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

Color convert

RGB 187 84 139 -
CMYK 0 0.55 0.26 0.27
HSL 327.96º 0.43% 0.53% -
HSV(B) 327.96º 0.55% 0.73% -
XYZ 28.32 18.77 26.56 -
YUV 121.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 187 84 139 0 0.55 0.26 0.27 327.96 0.43 0.53
Hex BB 54 8B 0 37 1A 1B 148 2B 35
Octal 273 124 213 0 67 32 33 510 53 65
Binary 10111011 1010100 10001011 0 110111 11010 11011 101001000 101011 110101

Color Harmonies of #BB548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB548B

Black with #BB548B

Text Example


Text Example

White with #BB548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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