Html Css Color HEX #BC199E Medium Violet Red

📋 copy color: '#BC199E'

red 188 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #BC199E

Tints of Medium Violet Red #BC199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 50.67%
G = 6.74%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC199E (or 0xBC199E) is known color: Medium Violet Red. HEX triplet: BC, 19 and 9E. RGB value is (188,25,158). Sum of RGB (Red+Green+Blue) = 188+25+158=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC199E is #43E661. Grayscale: #585858. Windows color (decimal): -4449890 or 10361276. OLE color: 10361276.

HSL color Cylindrical-coordinate representation of color #BC199E: hue angle of 311.04º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC199E is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 158 -
CMYK 0 0.87 0.16 0.26
HSL 311.04º 0.77% 0.42% -
HSV(B) 311.04º 0.87% 0.74% -
XYZ 27.26 13.86 33.59 -
YUV 88.9 167 198.69 -
System Red Green Blue C M Y K H S L
Decimal 188 25 158 0 0.87 0.16 0.26 311.04 0.77 0.42
Hex BC 19 9E 0 57 10 1A 137 4D 2A
Octal 274 31 236 0 127 20 32 467 115 52
Binary 10111100 11001 10011110 0 1010111 10000 11010 100110111 1001101 101010

Color Harmonies of #BC199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC199E

Black with #BC199E

Text Example


Text Example

White with #BC199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC199E; }

 p { color: rgb(188,25,158); }

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

background-color css

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

 a { background-color: rgb(188,25,158); }

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

border-color css

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

 span { border-color: rgb(188,25,158); }

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