Html Css Color HEX #BC19A1 Medium Violet Red

📋 copy color: '#BC19A1'

red 188 ◦ green 25 ◦ blue 161

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

Shades of Medium Violet Red #BC19A1

Tints of Medium Violet Red #BC19A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 50.27%
G = 6.68%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC19A1 (or 0xBC19A1) is known color: Medium Violet Red. HEX triplet: BC, 19 and A1. RGB value is (188,25,161). Sum of RGB (Red+Green+Blue) = 188+25+161=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19A1 is #43E65E. Grayscale: #585858. Windows color (decimal): -4449887 or 10557884. OLE color: 10557884.

HSL color Cylindrical-coordinate representation of color #BC19A1: hue angle of 309.94º 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 #BC19A1 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 161 -
CMYK 0 0.87 0.14 0.26
HSL 309.94º 0.77% 0.42% -
HSV(B) 309.94º 0.87% 0.74% -
XYZ 27.52 13.96 34.96 -
YUV 89.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 188 25 161 0 0.87 0.14 0.26 309.94 0.77 0.42
Hex BC 19 A1 0 57 E 1A 136 4D 2A
Octal 274 31 241 0 127 16 32 466 115 52
Binary 10111100 11001 10100001 0 1010111 1110 11010 100110110 1001101 101010

Color Harmonies of #BC19A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19A1

Black with #BC19A1

Text Example


Text Example

White with #BC19A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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