Html Css Color HEX #BC549D Mulberry

📋 copy color: '#BC549D'

red 188 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #BC549D

Tints of Mulberry #BC549D

RGB

 RED value IS 188 (73.83% from 255) = 43.82%

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 43.82%
G = 19.58%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC549D (or 0xBC549D) is known color: Mulberry. HEX triplet: BC, 54 and 9D. RGB value is (188,84,157). Sum of RGB (Red+Green+Blue) = 188+84+157=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC549D is #43AB62. Grayscale: #7B7B7B. Windows color (decimal): -4434787 or 10310844. OLE color: 10310844.

HSL color Cylindrical-coordinate representation of color #BC549D: hue angle of 317.88º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC549D is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 157 -
CMYK 0 0.55 0.16 0.26
HSL 317.88º 0.44% 0.53% -
HSV(B) 317.88º 0.55% 0.74% -
XYZ 30 19.47 34.07 -
YUV 123.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 188 84 157 0 0.55 0.16 0.26 317.88 0.44 0.53
Hex BC 54 9D 0 37 10 1A 13E 2C 35
Octal 274 124 235 0 67 20 32 476 54 65
Binary 10111100 1010100 10011101 0 110111 10000 11010 100111110 101100 110101

Color Harmonies of #BC549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC549D

Black with #BC549D

Text Example


Text Example

White with #BC549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC549D; }

 p { color: rgb(188,84,157); }

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

background-color css

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

 a { background-color: rgb(188,84,157); }

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

border-color css

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

 span { border-color: rgb(188,84,157); }

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