Html Css Color HEX #BC2099 Medium Violet Red

📋 copy color: '#BC2099'

red 188 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #BC2099

Tints of Medium Violet Red #BC2099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

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

R = 50.4%
G = 8.58%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC2099 (or 0xBC2099) is known color: Medium Violet Red. HEX triplet: BC, 20 and 99. RGB value is (188,32,153). Sum of RGB (Red+Green+Blue) = 188+32+153=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2099 is #43DF66. Grayscale: #5C5C5C. Windows color (decimal): -4448103 or 10035388. OLE color: 10035388.

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

Color convert

RGB 188 32 153 -
CMYK 0 0.83 0.19 0.26
HSL 313.46º 0.71% 0.43% -
HSV(B) 313.46º 0.83% 0.74% -
XYZ 27.01 14.02 31.42 -
YUV 92.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 188 32 153 0 0.83 0.19 0.26 313.46 0.71 0.43
Hex BC 20 99 0 53 13 1A 139 47 2B
Octal 274 40 231 0 123 23 32 471 107 53
Binary 10111100 100000 10011001 0 1010011 10011 11010 100111001 1000111 101011

Color Harmonies of #BC2099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2099

Black with #BC2099

Text Example


Text Example

White with #BC2099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2099; }

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

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

background-color css

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

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

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

border-color css

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

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

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