Html Css Color HEX #BC198C Medium Violet Red

📋 copy color: '#BC198C'

red 188 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #BC198C

Tints of Medium Violet Red #BC198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 53.26%
G = 7.08%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC198C (or 0xBC198C) is known color: Medium Violet Red. HEX triplet: BC, 19 and 8C. RGB value is (188,25,140). Sum of RGB (Red+Green+Blue) = 188+25+140=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC198C is #43E673. Grayscale: #565656. Windows color (decimal): -4449908 or 9181628. OLE color: 9181628.

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

Color convert

RGB 188 25 140 -
CMYK 0 0.87 0.26 0.26
HSL 317.67º 0.77% 0.42% -
HSV(B) 317.67º 0.87% 0.74% -
XYZ 25.82 13.28 26.01 -
YUV 86.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 188 25 140 0 0.87 0.26 0.26 317.67 0.77 0.42
Hex BC 19 8C 0 57 1A 1A 13E 4D 2A
Octal 274 31 214 0 127 32 32 476 115 52
Binary 10111100 11001 10001100 0 1010111 11010 11010 100111110 1001101 101010

Color Harmonies of #BC198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC198C

Black with #BC198C

Text Example


Text Example

White with #BC198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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