Html Css Color HEX #BC3394 Medium Red Violet

📋 copy color: '#BC3394'

red 188 ◦ green 51 ◦ blue 148

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

Shades of Medium Red Violet #BC3394

Tints of Medium Red Violet #BC3394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 48.58%
G = 13.18%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC3394 (or 0xBC3394) is known color: Medium Red Violet. HEX triplet: BC, 33 and 94. RGB value is (188,51,148). Sum of RGB (Red+Green+Blue) = 188+51+148=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3394 is #43CC6B. Grayscale: #666666. Windows color (decimal): -4443244 or 9712572. OLE color: 9712572.

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

Color convert

RGB 188 51 148 -
CMYK 0 0.73 0.21 0.26
HSL 317.52º 0.57% 0.47% -
HSV(B) 317.52º 0.73% 0.74% -
XYZ 27.27 15.2 29.51 -
YUV 103.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 188 51 148 0 0.73 0.21 0.26 317.52 0.57 0.47
Hex BC 33 94 0 49 15 1A 13E 39 2F
Octal 274 63 224 0 111 25 32 476 71 57
Binary 10111100 110011 10010100 0 1001001 10101 11010 100111110 111001 101111

Color Harmonies of #BC3394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3394

Black with #BC3394

Text Example


Text Example

White with #BC3394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3394; }

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

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

background-color css

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

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

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

border-color css

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

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

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