Html Css Color HEX #BC1890 Medium Violet Red

📋 copy color: '#BC1890'

red 188 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #BC1890

Tints of Medium Violet Red #BC1890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 52.81%
G = 6.74%
B = 40.45%

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

#BC1890 (or 0xBC1890) is known color: Medium Violet Red. HEX triplet: BC, 18 and 90. RGB value is (188,24,144). Sum of RGB (Red+Green+Blue) = 188+24+144=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1890 is #43E76F. Grayscale: #565656. Windows color (decimal): -4450160 or 9443516. OLE color: 9443516.

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

Color convert

RGB 188 24 144 -
CMYK 0 0.87 0.23 0.26
HSL 316.1º 0.77% 0.42% -
HSV(B) 316.1º 0.87% 0.74% -
XYZ 26.1 13.36 27.59 -
YUV 86.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 188 24 144 0 0.87 0.23 0.26 316.1 0.77 0.42
Hex BC 18 90 0 57 17 1A 13C 4D 2A
Octal 274 30 220 0 127 27 32 474 115 52
Binary 10111100 11000 10010000 0 1010111 10111 11010 100111100 1001101 101010

Color Harmonies of #BC1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1890

Black with #BC1890

Text Example


Text Example

White with #BC1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1890; }

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

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

background-color css

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

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

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

border-color css

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

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

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