Html Css Color HEX #BC5086 Mulberry

📋 copy color: '#BC5086'

red 188 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #BC5086

Tints of Mulberry #BC5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.9%

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

R = 46.77%
G = 19.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC5086 (or 0xBC5086) is known color: Mulberry. HEX triplet: BC, 50 and 86. RGB value is (188,80,134). Sum of RGB (Red+Green+Blue) = 188+80+134=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5086 is #43AF79. Grayscale: #767676. Windows color (decimal): -4435834 or 8802492. OLE color: 8802492.

HSL color Cylindrical-coordinate representation of color #BC5086: hue angle of 330º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5086 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 80 134 -
CMYK 0 0.57 0.29 0.26
HSL 330º 0.45% 0.53% -
HSV(B) 330º 0.57% 0.74% -
XYZ 27.91 18.15 24.59 -
YUV 118.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 188 80 134 0 0.57 0.29 0.26 330 0.45 0.53
Hex BC 50 86 0 39 1D 1A 14A 2D 35
Octal 274 120 206 0 71 35 32 512 55 65
Binary 10111100 1010000 10000110 0 111001 11101 11010 101001010 101101 110101

Color Harmonies of #BC5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5086

Black with #BC5086

Text Example


Text Example

White with #BC5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5086; }

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

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

background-color css

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

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

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

border-color css

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

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

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