Html Css Color HEX #BC1C90 Medium Violet Red

📋 copy color: '#BC1C90'

red 188 ◦ green 28 ◦ blue 144

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

Shades of Medium Violet Red #BC1C90

Tints of Medium Violet Red #BC1C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.78%

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

R = 52.22%
G = 7.78%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC1C90 (or 0xBC1C90) is known color: Medium Violet Red. HEX triplet: BC, 1C and 90. RGB value is (188,28,144). Sum of RGB (Red+Green+Blue) = 188+28+144=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1C90 is #43E36F. Grayscale: #585858. Windows color (decimal): -4449136 or 9444540. OLE color: 9444540.

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

Color convert

RGB 188 28 144 -
CMYK 0 0.85 0.23 0.26
HSL 316.5º 0.74% 0.42% -
HSV(B) 316.5º 0.85% 0.74% -
XYZ 26.19 13.54 27.62 -
YUV 89.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 188 28 144 0 0.85 0.23 0.26 316.5 0.74 0.42
Hex BC 1C 90 0 55 17 1A 13C 4A 2A
Octal 274 34 220 0 125 27 32 474 112 52
Binary 10111100 11100 10010000 0 1010101 10111 11010 100111100 1001010 101010

Color Harmonies of #BC1C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C90

Black with #BC1C90

Text Example


Text Example

White with #BC1C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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