Html Css Color HEX #BC19AA Medium Violet Red

📋 copy color: '#BC19AA'

red 188 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #BC19AA

Tints of Medium Violet Red #BC19AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 49.09%
G = 6.53%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC19AA (or 0xBC19AA) is known color: Medium Violet Red. HEX triplet: BC, 19 and AA. RGB value is (188,25,170). Sum of RGB (Red+Green+Blue) = 188+25+170=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19AA is #43E655. Grayscale: #595959. Windows color (decimal): -4449878 or 11147708. OLE color: 11147708.

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

Color convert

RGB 188 25 170 -
CMYK 0 0.87 0.10 0.26
HSL 306.63º 0.77% 0.42% -
HSV(B) 306.63º 0.87% 0.74% -
XYZ 28.34 14.29 39.29 -
YUV 90.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 188 25 170 0 0.87 0.10 0.26 306.63 0.77 0.42
Hex BC 19 AA 0 57 A 1A 133 4D 2A
Octal 274 31 252 0 127 12 32 463 115 52
Binary 10111100 11001 10101010 0 1010111 1010 11010 100110011 1001101 101010

Color Harmonies of #BC19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19AA

Black with #BC19AA

Text Example


Text Example

White with #BC19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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