Html Css Color HEX #BC1793 Medium Violet Red

📋 copy color: '#BC1793'

red 188 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #BC1793

Tints of Medium Violet Red #BC1793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

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

R = 52.51%
G = 6.42%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC1793 (or 0xBC1793) is known color: Medium Violet Red. HEX triplet: BC, 17 and 93. RGB value is (188,23,147). Sum of RGB (Red+Green+Blue) = 188+23+147=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1793 is #43E86C. Grayscale: #565656. Windows color (decimal): -4450413 or 9639868. OLE color: 9639868.

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

Color convert

RGB 188 23 147 -
CMYK 0 0.88 0.22 0.26
HSL 314.91º 0.78% 0.41% -
HSV(B) 314.91º 0.88% 0.74% -
XYZ 26.31 13.41 28.81 -
YUV 86.47 162.16 200.42 -
System Red Green Blue C M Y K H S L
Decimal 188 23 147 0 0.88 0.22 0.26 314.91 0.78 0.41
Hex BC 17 93 0 58 16 1A 13B 4E 29
Octal 274 27 223 0 130 26 32 473 116 51
Binary 10111100 10111 10010011 0 1011000 10110 11010 100111011 1001110 101001

Color Harmonies of #BC1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1793

Black with #BC1793

Text Example


Text Example

White with #BC1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1793; }

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

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

background-color css

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

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

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

border-color css

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

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

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