Html Css Color HEX #BC1870 Medium Violet Red

📋 copy color: '#BC1870'

red 188 ◦ green 24 ◦ blue 112

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

Shades of Medium Violet Red #BC1870

Tints of Medium Violet Red #BC1870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 58.02%
G = 7.41%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC1870 (or 0xBC1870) is known color: Medium Violet Red. HEX triplet: BC, 18 and 70. RGB value is (188,24,112). Sum of RGB (Red+Green+Blue) = 188+24+112=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1870 is #43E78F. Grayscale: #525252. Windows color (decimal): -4450192 or 7346364. OLE color: 7346364.

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

Color convert

RGB 188 24 112 -
CMYK 0 0.87 0.40 0.26
HSL 327.8º 0.77% 0.42% -
HSV(B) 327.8º 0.87% 0.74% -
XYZ 23.99 12.51 16.48 -
YUV 83.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 188 24 112 0 0.87 0.40 0.26 327.8 0.77 0.42
Hex BC 18 70 0 57 28 1A 148 4D 2A
Octal 274 30 160 0 127 50 32 510 115 52
Binary 10111100 11000 1110000 0 1010111 101000 11010 101001000 1001101 101010

Color Harmonies of #BC1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1870

Black with #BC1870

Text Example


Text Example

White with #BC1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1870; }

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

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

background-color css

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

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

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

border-color css

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

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

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