Html Css Color HEX #BC5686 Mulberry

📋 copy color: '#BC5686'

red 188 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #BC5686

Tints of Mulberry #BC5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 46.08%
G = 21.08%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC5686 (or 0xBC5686) is known color: Mulberry. HEX triplet: BC, 56 and 86. RGB value is (188,86,134). Sum of RGB (Red+Green+Blue) = 188+86+134=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5686 is #43A979. Grayscale: #797979. Windows color (decimal): -4434298 or 8804028. OLE color: 8804028.

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

Color convert

RGB 188 86 134 -
CMYK 0 0.54 0.29 0.26
HSL 331.76º 0.43% 0.54% -
HSV(B) 331.76º 0.54% 0.74% -
XYZ 28.37 19.07 24.74 -
YUV 121.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 188 86 134 0 0.54 0.29 0.26 331.76 0.43 0.54
Hex BC 56 86 0 36 1D 1A 14C 2B 36
Octal 274 126 206 0 66 35 32 514 53 66
Binary 10111100 1010110 10000110 0 110110 11101 11010 101001100 101011 110110

Color Harmonies of #BC5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5686

Black with #BC5686

Text Example


Text Example

White with #BC5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5686; }

 p { color: rgb(188,86,134); }

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

background-color css

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

 a { background-color: rgb(188,86,134); }

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

border-color css

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

 span { border-color: rgb(188,86,134); }

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