Html Css Color HEX #BC5386 Mulberry

📋 copy color: '#BC5386'

red 188 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #BC5386

Tints of Mulberry #BC5386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.49%

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

R = 46.42%
G = 20.49%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC5386 (or 0xBC5386) is known color: Mulberry. HEX triplet: BC, 53 and 86. RGB value is (188,83,134). Sum of RGB (Red+Green+Blue) = 188+83+134=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5386 is #43AC79. Grayscale: #787878. Windows color (decimal): -4435066 or 8803260. OLE color: 8803260.

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

Color convert

RGB 188 83 134 -
CMYK 0 0.56 0.29 0.26
HSL 330.86º 0.44% 0.53% -
HSV(B) 330.86º 0.56% 0.74% -
XYZ 28.14 18.6 24.66 -
YUV 120.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 188 83 134 0 0.56 0.29 0.26 330.86 0.44 0.53
Hex BC 53 86 0 38 1D 1A 14B 2C 35
Octal 274 123 206 0 70 35 32 513 54 65
Binary 10111100 1010011 10000110 0 111000 11101 11010 101001011 101100 110101

Color Harmonies of #BC5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5386

Black with #BC5386

Text Example


Text Example

White with #BC5386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5386; }

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

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

background-color css

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

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

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

border-color css

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

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

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