Html Css Color HEX #BC5886 Mulberry

📋 copy color: '#BC5886'

red 188 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #BC5886

Tints of Mulberry #BC5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

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

R = 45.85%
G = 21.46%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC5886 (or 0xBC5886) is known color: Mulberry. HEX triplet: BC, 58 and 86. RGB value is (188,88,134). Sum of RGB (Red+Green+Blue) = 188+88+134=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5886 is #43A779. Grayscale: #7B7B7B. Windows color (decimal): -4433786 or 8804540. OLE color: 8804540.

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

Color convert

RGB 188 88 134 -
CMYK 0 0.53 0.29 0.26
HSL 332.4º 0.43% 0.54% -
HSV(B) 332.4º 0.53% 0.74% -
XYZ 28.53 19.39 24.79 -
YUV 123.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 188 88 134 0 0.53 0.29 0.26 332.4 0.43 0.54
Hex BC 58 86 0 35 1D 1A 14C 2B 36
Octal 274 130 206 0 65 35 32 514 53 66
Binary 10111100 1011000 10000110 0 110101 11101 11010 101001100 101011 110110

Color Harmonies of #BC5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5886

Black with #BC5886

Text Example


Text Example

White with #BC5886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5886; }

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

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

background-color css

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

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

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

border-color css

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

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

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