Html Css Color HEX #BC549F Mulberry

📋 copy color: '#BC549F'

red 188 ◦ green 84 ◦ blue 159

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

Shades of Mulberry #BC549F

Tints of Mulberry #BC549F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 43.62%
G = 19.49%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC549F (or 0xBC549F) is known color: Mulberry. HEX triplet: BC, 54 and 9F. RGB value is (188,84,159). Sum of RGB (Red+Green+Blue) = 188+84+159=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC549F is #43AB60. Grayscale: #7B7B7B. Windows color (decimal): -4434785 or 10441916. OLE color: 10441916.

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

Color convert

RGB 188 84 159 -
CMYK 0 0.55 0.15 0.26
HSL 316.73º 0.44% 0.53% -
HSV(B) 316.73º 0.55% 0.74% -
XYZ 30.17 19.54 34.98 -
YUV 123.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 188 84 159 0 0.55 0.15 0.26 316.73 0.44 0.53
Hex BC 54 9F 0 37 F 1A 13D 2C 35
Octal 274 124 237 0 67 17 32 475 54 65
Binary 10111100 1010100 10011111 0 110111 1111 11010 100111101 101100 110101

Color Harmonies of #BC549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC549F

Black with #BC549F

Text Example


Text Example

White with #BC549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC549F; }

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

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

background-color css

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

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

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

border-color css

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

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

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