Html Css Color HEX #BC559E Mulberry

📋 copy color: '#BC559E'

red 188 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #BC559E

Tints of Mulberry #BC559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 43.62%
G = 19.72%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC559E (or 0xBC559E) is known color: Mulberry. HEX triplet: BC, 55 and 9E. RGB value is (188,85,158). Sum of RGB (Red+Green+Blue) = 188+85+158=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC559E is #43AA61. Grayscale: #7B7B7B. Windows color (decimal): -4434530 or 10376636. OLE color: 10376636.

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

Color convert

RGB 188 85 158 -
CMYK 0 0.55 0.16 0.26
HSL 317.48º 0.43% 0.54% -
HSV(B) 317.48º 0.55% 0.74% -
XYZ 30.16 19.66 34.55 -
YUV 124.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 188 85 158 0 0.55 0.16 0.26 317.48 0.43 0.54
Hex BC 55 9E 0 37 10 1A 13D 2B 36
Octal 274 125 236 0 67 20 32 475 53 66
Binary 10111100 1010101 10011110 0 110111 10000 11010 100111101 101011 110110

Color Harmonies of #BC559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC559E

Black with #BC559E

Text Example


Text Example

White with #BC559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC559E; }

 p { color: rgb(188,85,158); }

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

background-color css

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

 a { background-color: rgb(188,85,158); }

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

border-color css

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

 span { border-color: rgb(188,85,158); }

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