Html Css Color HEX #BC5199 Mulberry

📋 copy color: '#BC5199'

red 188 ◦ green 81 ◦ blue 153

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

Shades of Mulberry #BC5199

Tints of Mulberry #BC5199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 44.55%
G = 19.19%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC5199 (or 0xBC5199) is known color: Mulberry. HEX triplet: BC, 51 and 99. RGB value is (188,81,153). Sum of RGB (Red+Green+Blue) = 188+81+153=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5199 is #43AE66. Grayscale: #797979. Windows color (decimal): -4435559 or 10047932. OLE color: 10047932.

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

Color convert

RGB 188 81 153 -
CMYK 0 0.57 0.19 0.26
HSL 319.63º 0.44% 0.53% -
HSV(B) 319.63º 0.57% 0.74% -
XYZ 29.43 18.88 32.23 -
YUV 121.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 188 81 153 0 0.57 0.19 0.26 319.63 0.44 0.53
Hex BC 51 99 0 39 13 1A 140 2C 35
Octal 274 121 231 0 71 23 32 500 54 65
Binary 10111100 1010001 10011001 0 111001 10011 11010 101000000 101100 110101

Color Harmonies of #BC5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5199

Black with #BC5199

Text Example


Text Example

White with #BC5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5199; }

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

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

background-color css

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

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

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

border-color css

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

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

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