Html Css Color HEX #BC1972 Medium Violet Red

📋 copy color: '#BC1972'

red 188 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #BC1972

Tints of Medium Violet Red #BC1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 57.49%
G = 7.65%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC1972 (or 0xBC1972) is known color: Medium Violet Red. HEX triplet: BC, 19 and 72. RGB value is (188,25,114). Sum of RGB (Red+Green+Blue) = 188+25+114=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1972 is #43E68D. Grayscale: #535353. Windows color (decimal): -4449934 or 7477692. OLE color: 7477692.

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

Color convert

RGB 188 25 114 -
CMYK 0 0.87 0.39 0.26
HSL 327.24º 0.77% 0.42% -
HSV(B) 327.24º 0.87% 0.74% -
XYZ 24.12 12.6 17.08 -
YUV 83.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 188 25 114 0 0.87 0.39 0.26 327.24 0.77 0.42
Hex BC 19 72 0 57 27 1A 147 4D 2A
Octal 274 31 162 0 127 47 32 507 115 52
Binary 10111100 11001 1110010 0 1010111 100111 11010 101000111 1001101 101010

Color Harmonies of #BC1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1972

Black with #BC1972

Text Example


Text Example

White with #BC1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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