Html Css Color HEX #BC196F Medium Violet Red

📋 copy color: '#BC196F'

red 188 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #BC196F

Tints of Medium Violet Red #BC196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 58.02%
G = 7.72%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC196F (or 0xBC196F) is known color: Medium Violet Red. HEX triplet: BC, 19 and 6F. RGB value is (188,25,111). Sum of RGB (Red+Green+Blue) = 188+25+111=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC196F is #43E690. Grayscale: #535353. Windows color (decimal): -4449937 or 7281084. OLE color: 7281084.

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

Color convert

RGB 188 25 111 -
CMYK 0 0.87 0.41 0.26
HSL 328.34º 0.77% 0.42% -
HSV(B) 328.34º 0.87% 0.74% -
XYZ 23.96 12.53 16.2 -
YUV 83.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 188 25 111 0 0.87 0.41 0.26 328.34 0.77 0.42
Hex BC 19 6F 0 57 29 1A 148 4D 2A
Octal 274 31 157 0 127 51 32 510 115 52
Binary 10111100 11001 1101111 0 1010111 101001 11010 101001000 1001101 101010

Color Harmonies of #BC196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC196F

Black with #BC196F

Text Example


Text Example

White with #BC196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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