Html Css Color HEX #BC578E Mulberry

📋 copy color: '#BC578E'

red 188 ◦ green 87 ◦ blue 142

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

Shades of Mulberry #BC578E

Tints of Mulberry #BC578E

RGB

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

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

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

R = 45.08%
G = 20.86%
B = 34.05%

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

#BC578E (or 0xBC578E) is known color: Mulberry. HEX triplet: BC, 57 and 8E. RGB value is (188,87,142). Sum of RGB (Red+Green+Blue) = 188+87+142=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC578E is #43A871. Grayscale: #7B7B7B. Windows color (decimal): -4434034 or 9328572. OLE color: 9328572.

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

Color convert

RGB 188 87 142 -
CMYK 0 0.54 0.24 0.26
HSL 327.33º 0.43% 0.54% -
HSV(B) 327.33º 0.54% 0.74% -
XYZ 29.03 19.46 27.82 -
YUV 123.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 188 87 142 0 0.54 0.24 0.26 327.33 0.43 0.54
Hex BC 57 8E 0 36 18 1A 147 2B 36
Octal 274 127 216 0 66 30 32 507 53 66
Binary 10111100 1010111 10001110 0 110110 11000 11010 101000111 101011 110110

Color Harmonies of #BC578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC578E

Black with #BC578E

Text Example


Text Example

White with #BC578E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC578E; }

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

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

background-color css

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

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

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

border-color css

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

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

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