Html Css Color HEX #BC2191 Medium Violet Red

📋 copy color: '#BC2191'

red 188 ◦ green 33 ◦ blue 145

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

Shades of Medium Violet Red #BC2191

Tints of Medium Violet Red #BC2191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 51.37%
G = 9.02%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC2191 (or 0xBC2191) is known color: Medium Violet Red. HEX triplet: BC, 21 and 91. RGB value is (188,33,145). Sum of RGB (Red+Green+Blue) = 188+33+145=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2191 is #43DE6E. Grayscale: #5B5B5B. Windows color (decimal): -4447855 or 9511356. OLE color: 9511356.

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

Color convert

RGB 188 33 145 -
CMYK 0 0.82 0.23 0.26
HSL 316.65º 0.7% 0.43% -
HSV(B) 316.65º 0.82% 0.74% -
XYZ 26.39 13.82 28.07 -
YUV 92.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 188 33 145 0 0.82 0.23 0.26 316.65 0.7 0.43
Hex BC 21 91 0 52 17 1A 13D 46 2B
Octal 274 41 221 0 122 27 32 475 106 53
Binary 10111100 100001 10010001 0 1010010 10111 11010 100111101 1000110 101011

Color Harmonies of #BC2191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2191

Black with #BC2191

Text Example


Text Example

White with #BC2191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2191; }

 p { color: rgb(188,33,145); }

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

background-color css

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

 a { background-color: rgb(188,33,145); }

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

border-color css

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

 span { border-color: rgb(188,33,145); }

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