Html Css Color HEX #BC1179 Medium Violet Red

📋 copy color: '#BC1179'

red 188 ◦ green 17 ◦ blue 121

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

Shades of Medium Violet Red #BC1179

Tints of Medium Violet Red #BC1179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 57.67%
G = 5.21%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC1179 (or 0xBC1179) is known color: Medium Violet Red. HEX triplet: BC, 11 and 79. RGB value is (188,17,121). Sum of RGB (Red+Green+Blue) = 188+17+121=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1179 is #43EE86. Grayscale: #4F4F4F. Windows color (decimal): -4451975 or 7934396. OLE color: 7934396.

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

Color convert

RGB 188 17 121 -
CMYK 0 0.91 0.36 0.26
HSL 323.51º 0.83% 0.4% -
HSV(B) 323.51º 0.91% 0.74% -
XYZ 24.39 12.47 19.21 -
YUV 79.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 188 17 121 0 0.91 0.36 0.26 323.51 0.83 0.4
Hex BC 11 79 0 5B 24 1A 144 53 28
Octal 274 21 171 0 133 44 32 504 123 50
Binary 10111100 10001 1111001 0 1011011 100100 11010 101000100 1010011 101000

Color Harmonies of #BC1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1179

Black with #BC1179

Text Example


Text Example

White with #BC1179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1179; }

 p { color: rgb(188,17,121); }

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

background-color css

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

 a { background-color: rgb(188,17,121); }

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

border-color css

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

 span { border-color: rgb(188,17,121); }

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