Html Css Color HEX #BC3190 Medium Red Violet

📋 copy color: '#BC3190'

red 188 ◦ green 49 ◦ blue 144

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

Shades of Medium Red Violet #BC3190

Tints of Medium Red Violet #BC3190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 49.34%
G = 12.86%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC3190 (or 0xBC3190) is known color: Medium Red Violet. HEX triplet: BC, 31 and 90. RGB value is (188,49,144). Sum of RGB (Red+Green+Blue) = 188+49+144=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3190 is #43CE6F. Grayscale: #656565. Windows color (decimal): -4443760 or 9449916. OLE color: 9449916.

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

Color convert

RGB 188 49 144 -
CMYK 0 0.74 0.23 0.26
HSL 318.99º 0.59% 0.46% -
HSV(B) 318.99º 0.74% 0.74% -
XYZ 26.87 14.9 27.85 -
YUV 101.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 188 49 144 0 0.74 0.23 0.26 318.99 0.59 0.46
Hex BC 31 90 0 4A 17 1A 13F 3B 2E
Octal 274 61 220 0 112 27 32 477 73 56
Binary 10111100 110001 10010000 0 1001010 10111 11010 100111111 111011 101110

Color Harmonies of #BC3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3190

Black with #BC3190

Text Example


Text Example

White with #BC3190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3190; }

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

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

background-color css

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

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

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

border-color css

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

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

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