Html Css Color HEX #BC1290 Medium Violet Red

📋 copy color: '#BC1290'

red 188 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #BC1290

Tints of Medium Violet Red #BC1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 53.71%
G = 5.14%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC1290 (or 0xBC1290) is known color: Medium Violet Red. HEX triplet: BC, 12 and 90. RGB value is (188,18,144). Sum of RGB (Red+Green+Blue) = 188+18+144=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1290 is #43ED6F. Grayscale: #525252. Windows color (decimal): -4451696 or 9441980. OLE color: 9441980.

HSL color Cylindrical-coordinate representation of color #BC1290: hue angle of 315.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1290 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 144 -
CMYK 0 0.90 0.23 0.26
HSL 315.53º 0.83% 0.4% -
HSV(B) 315.53º 0.9% 0.74% -
XYZ 25.99 13.14 27.55 -
YUV 83.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 188 18 144 0 0.90 0.23 0.26 315.53 0.83 0.4
Hex BC 12 90 0 5A 17 1A 13C 53 28
Octal 274 22 220 0 132 27 32 474 123 50
Binary 10111100 10010 10010000 0 1011010 10111 11010 100111100 1010011 101000

Color Harmonies of #BC1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1290

Black with #BC1290

Text Example


Text Example

White with #BC1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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