Html Css Color HEX #BC1C6D Medium Violet Red

📋 copy color: '#BC1C6D'

red 188 ◦ green 28 ◦ blue 109

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

Shades of Medium Violet Red #BC1C6D

Tints of Medium Violet Red #BC1C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 57.85%
G = 8.62%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC1C6D (or 0xBC1C6D) is known color: Medium Violet Red. HEX triplet: BC, 1C and 6D. RGB value is (188,28,109). Sum of RGB (Red+Green+Blue) = 188+28+109=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C6D is #43E392. Grayscale: #545454. Windows color (decimal): -4449171 or 7150780. OLE color: 7150780.

HSL color Cylindrical-coordinate representation of color #BC1C6D: hue angle of 329.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C6D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 109 -
CMYK 0 0.85 0.42 0.26
HSL 329.63º 0.74% 0.42% -
HSV(B) 329.63º 0.85% 0.74% -
XYZ 23.91 12.63 15.64 -
YUV 85.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 188 28 109 0 0.85 0.42 0.26 329.63 0.74 0.42
Hex BC 1C 6D 0 55 2A 1A 14A 4A 2A
Octal 274 34 155 0 125 52 32 512 112 52
Binary 10111100 11100 1101101 0 1010101 101010 11010 101001010 1001010 101010

Color Harmonies of #BC1C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C6D

Black with #BC1C6D

Text Example


Text Example

White with #BC1C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C6D; }

 p { color: rgb(188,28,109); }

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

background-color css

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

 a { background-color: rgb(188,28,109); }

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

border-color css

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

 span { border-color: rgb(188,28,109); }

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