Html Css Color HEX #BC548E Mulberry

📋 copy color: '#BC548E'

red 188 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #BC548E

Tints of Mulberry #BC548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 45.41%
G = 20.29%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC548E (or 0xBC548E) is known color: Mulberry. HEX triplet: BC, 54 and 8E. RGB value is (188,84,142). Sum of RGB (Red+Green+Blue) = 188+84+142=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC548E is #43AB71. Grayscale: #797979. Windows color (decimal): -4434802 or 9327804. OLE color: 9327804.

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

Color convert

RGB 188 84 142 -
CMYK 0 0.55 0.24 0.26
HSL 326.54º 0.44% 0.53% -
HSV(B) 326.54º 0.55% 0.74% -
XYZ 28.79 18.99 27.74 -
YUV 121.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 188 84 142 0 0.55 0.24 0.26 326.54 0.44 0.53
Hex BC 54 8E 0 37 18 1A 147 2C 35
Octal 274 124 216 0 67 30 32 507 54 65
Binary 10111100 1010100 10001110 0 110111 11000 11010 101000111 101100 110101

Color Harmonies of #BC548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC548E

Black with #BC548E

Text Example


Text Example

White with #BC548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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