Html Css Color HEX #BC1990 Medium Violet Red

📋 copy color: '#BC1990'

red 188 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #BC1990

Tints of Medium Violet Red #BC1990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 52.66%
G = 7%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC1990 (or 0xBC1990) is known color: Medium Violet Red. HEX triplet: BC, 19 and 90. RGB value is (188,25,144). Sum of RGB (Red+Green+Blue) = 188+25+144=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1990 is #43E66F. Grayscale: #565656. Windows color (decimal): -4449904 or 9443772. OLE color: 9443772.

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

Color convert

RGB 188 25 144 -
CMYK 0 0.87 0.23 0.26
HSL 316.2º 0.77% 0.42% -
HSV(B) 316.2º 0.87% 0.74% -
XYZ 26.12 13.4 27.6 -
YUV 87.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 188 25 144 0 0.87 0.23 0.26 316.2 0.77 0.42
Hex BC 19 90 0 57 17 1A 13C 4D 2A
Octal 274 31 220 0 127 27 32 474 115 52
Binary 10111100 11001 10010000 0 1010111 10111 11010 100111100 1001101 101010

Color Harmonies of #BC1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1990

Black with #BC1990

Text Example


Text Example

White with #BC1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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