Html Css Color HEX #BC5190 Mulberry

📋 copy color: '#BC5190'

red 188 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #BC5190

Tints of Mulberry #BC5190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 45.52%
G = 19.61%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC5190 (or 0xBC5190) is known color: Mulberry. HEX triplet: BC, 51 and 90. RGB value is (188,81,144). Sum of RGB (Red+Green+Blue) = 188+81+144=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5190 is #43AE6F. Grayscale: #787878. Windows color (decimal): -4435568 or 9458108. OLE color: 9458108.

HSL color Cylindrical-coordinate representation of color #BC5190: hue angle of 324.67º degrees, saturation: 0.44, 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 #BC5190 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 144 -
CMYK 0 0.57 0.23 0.26
HSL 324.67º 0.44% 0.53% -
HSV(B) 324.67º 0.57% 0.74% -
XYZ 28.72 18.59 28.46 -
YUV 120.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 188 81 144 0 0.57 0.23 0.26 324.67 0.44 0.53
Hex BC 51 90 0 39 17 1A 145 2C 35
Octal 274 121 220 0 71 27 32 505 54 65
Binary 10111100 1010001 10010000 0 111001 10111 11010 101000101 101100 110101

Color Harmonies of #BC5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5190

Black with #BC5190

Text Example


Text Example

White with #BC5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5190; }

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

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

background-color css

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

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

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

border-color css

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

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

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