Html Css Color HEX #BB548E Mulberry

📋 copy color: '#BB548E'

red 187 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #BB548E

Tints of Mulberry #BB548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 45.28%
G = 20.34%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB548E (or 0xBB548E) is known color: Mulberry. HEX triplet: BB, 54 and 8E. RGB value is (187,84,142). Sum of RGB (Red+Green+Blue) = 187+84+142=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB548E is #44AB71. Grayscale: #797979. Windows color (decimal): -4500338 or 9327803. OLE color: 9327803.

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

Color convert

RGB 187 84 142 -
CMYK 0 0.55 0.24 0.27
HSL 326.21º 0.43% 0.53% -
HSV(B) 326.21º 0.55% 0.73% -
XYZ 28.55 18.86 27.73 -
YUV 121.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 187 84 142 0 0.55 0.24 0.27 326.21 0.43 0.53
Hex BB 54 8E 0 37 18 1B 146 2B 35
Octal 273 124 216 0 67 30 33 506 53 65
Binary 10111011 1010100 10001110 0 110111 11000 11011 101000110 101011 110101

Color Harmonies of #BB548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB548E

Black with #BB548E

Text Example


Text Example

White with #BB548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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