Html Css Color HEX #BC197D Medium Violet Red

📋 copy color: '#BC197D'

red 188 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #BC197D

Tints of Medium Violet Red #BC197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 55.62%
G = 7.4%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC197D (or 0xBC197D) is known color: Medium Violet Red. HEX triplet: BC, 19 and 7D. RGB value is (188,25,125). Sum of RGB (Red+Green+Blue) = 188+25+125=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC197D is #43E682. Grayscale: #545454. Windows color (decimal): -4449923 or 8198588. OLE color: 8198588.

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

Color convert

RGB 188 25 125 -
CMYK 0 0.87 0.34 0.26
HSL 323.19º 0.77% 0.42% -
HSV(B) 323.19º 0.87% 0.74% -
XYZ 24.79 12.87 20.58 -
YUV 85.14 150.5 201.37 -
System Red Green Blue C M Y K H S L
Decimal 188 25 125 0 0.87 0.34 0.26 323.19 0.77 0.42
Hex BC 19 7D 0 57 22 1A 143 4D 2A
Octal 274 31 175 0 127 42 32 503 115 52
Binary 10111100 11001 1111101 0 1010111 100010 11010 101000011 1001101 101010

Color Harmonies of #BC197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC197D

Black with #BC197D

Text Example


Text Example

White with #BC197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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