Html Css Color HEX #BC3293 Medium Red Violet

📋 copy color: '#BC3293'

red 188 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #BC3293

Tints of Medium Red Violet #BC3293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 48.83%
G = 12.99%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC3293 (or 0xBC3293) is known color: Medium Red Violet. HEX triplet: BC, 32 and 93. RGB value is (188,50,147). Sum of RGB (Red+Green+Blue) = 188+50+147=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3293 is #43CD6C. Grayscale: #666666. Windows color (decimal): -4443501 or 9646780. OLE color: 9646780.

HSL color Cylindrical-coordinate representation of color #BC3293: hue angle of 317.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3293 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 147 -
CMYK 0 0.73 0.22 0.26
HSL 317.83º 0.58% 0.47% -
HSV(B) 317.83º 0.73% 0.74% -
XYZ 27.15 15.08 29.08 -
YUV 102.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 188 50 147 0 0.73 0.22 0.26 317.83 0.58 0.47
Hex BC 32 93 0 49 16 1A 13E 3A 2F
Octal 274 62 223 0 111 26 32 476 72 57
Binary 10111100 110010 10010011 0 1001001 10110 11010 100111110 111010 101111

Color Harmonies of #BC3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3293

Black with #BC3293

Text Example


Text Example

White with #BC3293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3293; }

 p { color: rgb(188,50,147); }

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

background-color css

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

 a { background-color: rgb(188,50,147); }

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

border-color css

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

 span { border-color: rgb(188,50,147); }

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