Html Css Color HEX #BC548A Mulberry

📋 copy color: '#BC548A'

red 188 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #BC548A

Tints of Mulberry #BC548A

RGB

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

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

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

R = 45.85%
G = 20.49%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC548A (or 0xBC548A) is known color: Mulberry. HEX triplet: BC, 54 and 8A. RGB value is (188,84,138). Sum of RGB (Red+Green+Blue) = 188+84+138=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC548A is #43AB75. Grayscale: #797979. Windows color (decimal): -4434806 or 9065660. OLE color: 9065660.

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

Color convert

RGB 188 84 138 -
CMYK 0 0.55 0.27 0.26
HSL 328.85º 0.44% 0.53% -
HSV(B) 328.85º 0.55% 0.74% -
XYZ 28.5 18.87 26.18 -
YUV 121.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 188 84 138 0 0.55 0.27 0.26 328.85 0.44 0.53
Hex BC 54 8A 0 37 1B 1A 149 2C 35
Octal 274 124 212 0 67 33 32 511 54 65
Binary 10111100 1010100 10001010 0 110111 11011 11010 101001001 101100 110101

Color Harmonies of #BC548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC548A

Black with #BC548A

Text Example


Text Example

White with #BC548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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