Html Css Color HEX #BC1394 Medium Violet Red

📋 copy color: '#BC1394'

red 188 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #BC1394

Tints of Medium Violet Red #BC1394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

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

R = 52.96%
G = 5.35%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC1394 (or 0xBC1394) is known color: Medium Violet Red. HEX triplet: BC, 13 and 94. RGB value is (188,19,148). Sum of RGB (Red+Green+Blue) = 188+19+148=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1394 is #43EC6B. Grayscale: #535353. Windows color (decimal): -4451436 or 9704380. OLE color: 9704380.

HSL color Cylindrical-coordinate representation of color #BC1394: hue angle of 314.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1394 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 148 -
CMYK 0 0.90 0.21 0.26
HSL 314.2º 0.82% 0.41% -
HSV(B) 314.2º 0.9% 0.74% -
XYZ 26.32 13.3 29.2 -
YUV 84.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 188 19 148 0 0.90 0.21 0.26 314.2 0.82 0.41
Hex BC 13 94 0 5A 15 1A 13A 52 29
Octal 274 23 224 0 132 25 32 472 122 51
Binary 10111100 10011 10010100 0 1011010 10101 11010 100111010 1010010 101001

Color Harmonies of #BC1394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1394

Black with #BC1394

Text Example


Text Example

White with #BC1394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1394; }

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

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

background-color css

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

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

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

border-color css

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

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

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