Html Css Color HEX #BC549A Mulberry

📋 copy color: '#BC549A'

red 188 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #BC549A

Tints of Mulberry #BC549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 44.13%
G = 19.72%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC549A (or 0xBC549A) is known color: Mulberry. HEX triplet: BC, 54 and 9A. RGB value is (188,84,154). Sum of RGB (Red+Green+Blue) = 188+84+154=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC549A is #43AB65. Grayscale: #7A7A7A. Windows color (decimal): -4434790 or 10114236. OLE color: 10114236.

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

Color convert

RGB 188 84 154 -
CMYK 0 0.55 0.18 0.26
HSL 319.62º 0.44% 0.53% -
HSV(B) 319.62º 0.55% 0.74% -
XYZ 29.74 19.37 32.74 -
YUV 123.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 188 84 154 0 0.55 0.18 0.26 319.62 0.44 0.53
Hex BC 54 9A 0 37 12 1A 140 2C 35
Octal 274 124 232 0 67 22 32 500 54 65
Binary 10111100 1010100 10011010 0 110111 10010 11010 101000000 101100 110101

Color Harmonies of #BC549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC549A

Black with #BC549A

Text Example


Text Example

White with #BC549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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