Html Css Color HEX #BC198E Medium Violet Red

📋 copy color: '#BC198E'

red 188 ◦ green 25 ◦ blue 142

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

Shades of Medium Violet Red #BC198E

Tints of Medium Violet Red #BC198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 52.96%
G = 7.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC198E (or 0xBC198E) is known color: Medium Violet Red. HEX triplet: BC, 19 and 8E. RGB value is (188,25,142). Sum of RGB (Red+Green+Blue) = 188+25+142=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC198E is #43E671. Grayscale: #565656. Windows color (decimal): -4449906 or 9312700. OLE color: 9312700.

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

Color convert

RGB 188 25 142 -
CMYK 0 0.87 0.24 0.26
HSL 316.93º 0.77% 0.42% -
HSV(B) 316.93º 0.87% 0.74% -
XYZ 25.97 13.34 26.8 -
YUV 87.08 159 199.99 -
System Red Green Blue C M Y K H S L
Decimal 188 25 142 0 0.87 0.24 0.26 316.93 0.77 0.42
Hex BC 19 8E 0 57 18 1A 13D 4D 2A
Octal 274 31 216 0 127 30 32 475 115 52
Binary 10111100 11001 10001110 0 1010111 11000 11010 100111101 1001101 101010

Color Harmonies of #BC198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC198E

Black with #BC198E

Text Example


Text Example

White with #BC198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC198E; }

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

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

background-color css

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

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

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

border-color css

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

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

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