Html Css Color HEX #BB548A Mulberry

📋 copy color: '#BB548A'

red 187 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #BB548A

Tints of Mulberry #BB548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 45.72%
G = 20.54%
B = 33.74%

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

#BB548A (or 0xBB548A) is known color: Mulberry. HEX triplet: BB, 54 and 8A. RGB value is (187,84,138). Sum of RGB (Red+Green+Blue) = 187+84+138=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB548A is #44AB75. Grayscale: #787878. Windows color (decimal): -4500342 or 9065659. OLE color: 9065659.

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

Color convert

RGB 187 84 138 -
CMYK 0 0.55 0.26 0.27
HSL 328.54º 0.43% 0.53% -
HSV(B) 328.54º 0.55% 0.73% -
XYZ 28.25 18.74 26.17 -
YUV 120.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 187 84 138 0 0.55 0.26 0.27 328.54 0.43 0.53
Hex BB 54 8A 0 37 1A 1B 149 2B 35
Octal 273 124 212 0 67 32 33 511 53 65
Binary 10111011 1010100 10001010 0 110111 11010 11011 101001001 101011 110101

Color Harmonies of #BB548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB548A

Black with #BB548A

Text Example


Text Example

White with #BB548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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