Html Css Color HEX #BC1A90 Medium Violet Red

📋 copy color: '#BC1A90'

red 188 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #BC1A90

Tints of Medium Violet Red #BC1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

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

R = 52.51%
G = 7.26%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC1A90 (or 0xBC1A90) is known color: Medium Violet Red. HEX triplet: BC, 1A and 90. RGB value is (188,26,144). Sum of RGB (Red+Green+Blue) = 188+26+144=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1A90 is #43E56F. Grayscale: #575757. Windows color (decimal): -4449648 or 9444028. OLE color: 9444028.

HSL color Cylindrical-coordinate representation of color #BC1A90: hue angle of 316.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A90 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 144 -
CMYK 0 0.86 0.23 0.26
HSL 316.3º 0.76% 0.42% -
HSV(B) 316.3º 0.86% 0.74% -
XYZ 26.14 13.44 27.6 -
YUV 87.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 188 26 144 0 0.86 0.23 0.26 316.3 0.76 0.42
Hex BC 1A 90 0 56 17 1A 13C 4C 2A
Octal 274 32 220 0 126 27 32 474 114 52
Binary 10111100 11010 10010000 0 1010110 10111 11010 100111100 1001100 101010

Color Harmonies of #BC1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A90

Black with #BC1A90

Text Example


Text Example

White with #BC1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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