Html Css Color HEX #BC1A93 Medium Violet Red

📋 copy color: '#BC1A93'

red 188 ◦ green 26 ◦ blue 147

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

Shades of Medium Violet Red #BC1A93

Tints of Medium Violet Red #BC1A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.2%

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

R = 52.08%
G = 7.2%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC1A93 (or 0xBC1A93) is known color: Medium Violet Red. HEX triplet: BC, 1A and 93. RGB value is (188,26,147). Sum of RGB (Red+Green+Blue) = 188+26+147=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1A93 is #43E56C. Grayscale: #575757. Windows color (decimal): -4449645 or 9640636. OLE color: 9640636.

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

Color convert

RGB 188 26 147 -
CMYK 0 0.86 0.22 0.26
HSL 315.19º 0.76% 0.42% -
HSV(B) 315.19º 0.86% 0.74% -
XYZ 26.37 13.54 28.83 -
YUV 88.23 161.17 199.16 -
System Red Green Blue C M Y K H S L
Decimal 188 26 147 0 0.86 0.22 0.26 315.19 0.76 0.42
Hex BC 1A 93 0 56 16 1A 13B 4C 2A
Octal 274 32 223 0 126 26 32 473 114 52
Binary 10111100 11010 10010011 0 1010110 10110 11010 100111011 1001100 101010

Color Harmonies of #BC1A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A93

Black with #BC1A93

Text Example


Text Example

White with #BC1A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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