Html Css Color HEX #BC19A3 Medium Violet Red

📋 copy color: '#BC19A3'

red 188 ◦ green 25 ◦ blue 163

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

Shades of Medium Violet Red #BC19A3

Tints of Medium Violet Red #BC19A3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 50%
G = 6.65%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC19A3 (or 0xBC19A3) is known color: Medium Violet Red. HEX triplet: BC, 19 and A3. RGB value is (188,25,163). Sum of RGB (Red+Green+Blue) = 188+25+163=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19A3 is #43E65C. Grayscale: #595959. Windows color (decimal): -4449885 or 10688956. OLE color: 10688956.

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

Color convert

RGB 188 25 163 -
CMYK 0 0.87 0.13 0.26
HSL 309.2º 0.77% 0.42% -
HSV(B) 309.2º 0.87% 0.74% -
XYZ 27.7 14.03 35.9 -
YUV 89.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 188 25 163 0 0.87 0.13 0.26 309.2 0.77 0.42
Hex BC 19 A3 0 57 D 1A 135 4D 2A
Octal 274 31 243 0 127 15 32 465 115 52
Binary 10111100 11001 10100011 0 1010111 1101 11010 100110101 1001101 101010

Color Harmonies of #BC19A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19A3

Black with #BC19A3

Text Example


Text Example

White with #BC19A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19A3; }

 p { color: rgb(188,25,163); }

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

background-color css

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

 a { background-color: rgb(188,25,163); }

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

border-color css

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

 span { border-color: rgb(188,25,163); }

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