Html Css Color HEX #BC5099 Mulberry

📋 copy color: '#BC5099'

red 188 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #BC5099

Tints of Mulberry #BC5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 44.66%
G = 19%
B = 36.34%

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

#BC5099 (or 0xBC5099) is known color: Mulberry. HEX triplet: BC, 50 and 99. RGB value is (188,80,153). Sum of RGB (Red+Green+Blue) = 188+80+153=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5099 is #43AF66. Grayscale: #787878. Windows color (decimal): -4435815 or 10047676. OLE color: 10047676.

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

Color convert

RGB 188 80 153 -
CMYK 0 0.57 0.19 0.26
HSL 319.44º 0.45% 0.53% -
HSV(B) 319.44º 0.57% 0.74% -
XYZ 29.36 18.73 32.2 -
YUV 120.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 188 80 153 0 0.57 0.19 0.26 319.44 0.45 0.53
Hex BC 50 99 0 39 13 1A 13F 2D 35
Octal 274 120 231 0 71 23 32 477 55 65
Binary 10111100 1010000 10011001 0 111001 10011 11010 100111111 101101 110101

Color Harmonies of #BC5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5099

Black with #BC5099

Text Example


Text Example

White with #BC5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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