Html Css Color HEX #BC3196 Medium Red Violet

📋 copy color: '#BC3196'

red 188 ◦ green 49 ◦ blue 150

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

Shades of Medium Red Violet #BC3196

Tints of Medium Red Violet #BC3196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 48.58%
G = 12.66%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC3196 (or 0xBC3196) is known color: Medium Red Violet. HEX triplet: BC, 31 and 96. RGB value is (188,49,150). Sum of RGB (Red+Green+Blue) = 188+49+150=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3196 is #43CE69. Grayscale: #656565. Windows color (decimal): -4443754 or 9843132. OLE color: 9843132.

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

Color convert

RGB 188 49 150 -
CMYK 0 0.74 0.20 0.26
HSL 316.4º 0.59% 0.46% -
HSV(B) 316.4º 0.74% 0.74% -
XYZ 27.34 15.09 30.33 -
YUV 102.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 188 49 150 0 0.74 0.20 0.26 316.4 0.59 0.46
Hex BC 31 96 0 4A 14 1A 13C 3B 2E
Octal 274 61 226 0 112 24 32 474 73 56
Binary 10111100 110001 10010110 0 1001010 10100 11010 100111100 111011 101110

Color Harmonies of #BC3196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3196

Black with #BC3196

Text Example


Text Example

White with #BC3196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3196; }

 p { color: rgb(188,49,150); }

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

background-color css

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

 a { background-color: rgb(188,49,150); }

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

border-color css

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

 span { border-color: rgb(188,49,150); }

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