Html Css Color HEX #BC19A8 Medium Violet Red

📋 copy color: '#BC19A8'

red 188 ◦ green 25 ◦ blue 168

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

Shades of Medium Violet Red #BC19A8

Tints of Medium Violet Red #BC19A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 49.34%
G = 6.56%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC19A8 (or 0xBC19A8) is known color: Medium Violet Red. HEX triplet: BC, 19 and A8. RGB value is (188,25,168). Sum of RGB (Red+Green+Blue) = 188+25+168=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19A8 is #43E657. Grayscale: #595959. Windows color (decimal): -4449880 or 11016636. OLE color: 11016636.

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

Color convert

RGB 188 25 168 -
CMYK 0 0.87 0.11 0.26
HSL 307.36º 0.77% 0.42% -
HSV(B) 307.36º 0.87% 0.74% -
XYZ 28.15 14.21 38.31 -
YUV 90.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 188 25 168 0 0.87 0.11 0.26 307.36 0.77 0.42
Hex BC 19 A8 0 57 B 1A 133 4D 2A
Octal 274 31 250 0 127 13 32 463 115 52
Binary 10111100 11001 10101000 0 1010111 1011 11010 100110011 1001101 101010

Color Harmonies of #BC19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19A8

Black with #BC19A8

Text Example


Text Example

White with #BC19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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