Html Css Color HEX #BC1195 Medium Violet Red

📋 copy color: '#BC1195'

red 188 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #BC1195

Tints of Medium Violet Red #BC1195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 53.11%
G = 4.8%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC1195 (or 0xBC1195) is known color: Medium Violet Red. HEX triplet: BC, 11 and 95. RGB value is (188,17,149). Sum of RGB (Red+Green+Blue) = 188+17+149=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1195 is #43EE6A. Grayscale: #525252. Windows color (decimal): -4451947 or 9769404. OLE color: 9769404.

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

Color convert

RGB 188 17 149 -
CMYK 0 0.91 0.21 0.26
HSL 313.68º 0.83% 0.4% -
HSV(B) 313.68º 0.91% 0.74% -
XYZ 26.36 13.26 29.6 -
YUV 83.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 188 17 149 0 0.91 0.21 0.26 313.68 0.83 0.4
Hex BC 11 95 0 5B 15 1A 13A 53 28
Octal 274 21 225 0 133 25 32 472 123 50
Binary 10111100 10001 10010101 0 1011011 10101 11010 100111010 1010011 101000

Color Harmonies of #BC1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1195

Black with #BC1195

Text Example


Text Example

White with #BC1195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1195; }

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

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

background-color css

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

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

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

border-color css

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

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

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