Html Css Color HEX #BC578F Mulberry

📋 copy color: '#BC578F'

red 188 ◦ green 87 ◦ blue 143

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

Shades of Mulberry #BC578F

Tints of Mulberry #BC578F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 44.98%
G = 20.81%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC578F (or 0xBC578F) is known color: Mulberry. HEX triplet: BC, 57 and 8F. RGB value is (188,87,143). Sum of RGB (Red+Green+Blue) = 188+87+143=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC578F is #43A870. Grayscale: #7B7B7B. Windows color (decimal): -4434033 or 9394108. OLE color: 9394108.

HSL color Cylindrical-coordinate representation of color #BC578F: hue angle of 326.73º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC578F is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 143 -
CMYK 0 0.54 0.24 0.26
HSL 326.73º 0.43% 0.54% -
HSV(B) 326.73º 0.54% 0.74% -
XYZ 29.11 19.49 28.21 -
YUV 123.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 188 87 143 0 0.54 0.24 0.26 326.73 0.43 0.54
Hex BC 57 8F 0 36 18 1A 147 2B 36
Octal 274 127 217 0 66 30 32 507 53 66
Binary 10111100 1010111 10001111 0 110110 11000 11010 101000111 101011 110110

Color Harmonies of #BC578F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC578F

Black with #BC578F

Text Example


Text Example

White with #BC578F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC578F; }

 p { color: rgb(188,87,143); }

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

background-color css

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

 a { background-color: rgb(188,87,143); }

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

border-color css

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

 span { border-color: rgb(188,87,143); }

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