Html Css Color HEX #BC5890 Mulberry

📋 copy color: '#BC5890'

red 188 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #BC5890

Tints of Mulberry #BC5890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 44.76%
G = 20.95%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC5890 (or 0xBC5890) is known color: Mulberry. HEX triplet: BC, 58 and 90. RGB value is (188,88,144). Sum of RGB (Red+Green+Blue) = 188+88+144=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5890 is #43A76F. Grayscale: #7C7C7C. Windows color (decimal): -4433776 or 9459900. OLE color: 9459900.

HSL color Cylindrical-coordinate representation of color #BC5890: hue angle of 326.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 #BC5890 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 144 -
CMYK 0 0.53 0.23 0.26
HSL 326.4º 0.43% 0.54% -
HSV(B) 326.4º 0.53% 0.74% -
XYZ 29.26 19.68 28.64 -
YUV 124.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 188 88 144 0 0.53 0.23 0.26 326.4 0.43 0.54
Hex BC 58 90 0 35 17 1A 146 2B 36
Octal 274 130 220 0 65 27 32 506 53 66
Binary 10111100 1011000 10010000 0 110101 10111 11010 101000110 101011 110110

Color Harmonies of #BC5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5890

Black with #BC5890

Text Example


Text Example

White with #BC5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5890; }

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

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

background-color css

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

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

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

border-color css

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

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

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