Html Css Color HEX #BC2194 Medium Violet Red

📋 copy color: '#BC2194'

red 188 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #BC2194

Tints of Medium Violet Red #BC2194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 50.95%
G = 8.94%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC2194 (or 0xBC2194) is known color: Medium Violet Red. HEX triplet: BC, 21 and 94. RGB value is (188,33,148). Sum of RGB (Red+Green+Blue) = 188+33+148=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2194 is #43DE6B. Grayscale: #5C5C5C. Windows color (decimal): -4447852 or 9707964. OLE color: 9707964.

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

Color convert

RGB 188 33 148 -
CMYK 0 0.82 0.21 0.26
HSL 315.48º 0.7% 0.43% -
HSV(B) 315.48º 0.82% 0.74% -
XYZ 26.63 13.92 29.3 -
YUV 92.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 188 33 148 0 0.82 0.21 0.26 315.48 0.7 0.43
Hex BC 21 94 0 52 15 1A 13B 46 2B
Octal 274 41 224 0 122 25 32 473 106 53
Binary 10111100 100001 10010100 0 1010010 10101 11010 100111011 1000110 101011

Color Harmonies of #BC2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2194

Black with #BC2194

Text Example


Text Example

White with #BC2194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2194; }

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

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

background-color css

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

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

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

border-color css

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

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

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