Html Css Color HEX #BC579F Mulberry

📋 copy color: '#BC579F'

red 188 ◦ green 87 ◦ blue 159

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

Shades of Mulberry #BC579F

Tints of Mulberry #BC579F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 43.32%
G = 20.05%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC579F (or 0xBC579F) is known color: Mulberry. HEX triplet: BC, 57 and 9F. RGB value is (188,87,159). Sum of RGB (Red+Green+Blue) = 188+87+159=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC579F is #43A860. Grayscale: #7D7D7D. Windows color (decimal): -4434017 or 10442684. OLE color: 10442684.

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

Color convert

RGB 188 87 159 -
CMYK 0 0.54 0.15 0.26
HSL 317.23º 0.43% 0.54% -
HSV(B) 317.23º 0.54% 0.74% -
XYZ 30.41 20.01 35.06 -
YUV 125.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 188 87 159 0 0.54 0.15 0.26 317.23 0.43 0.54
Hex BC 57 9F 0 36 F 1A 13D 2B 36
Octal 274 127 237 0 66 17 32 475 53 66
Binary 10111100 1010111 10011111 0 110110 1111 11010 100111101 101011 110110

Color Harmonies of #BC579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC579F

Black with #BC579F

Text Example


Text Example

White with #BC579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC579F; }

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

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

background-color css

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

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

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

border-color css

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

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

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