Html Css Color HEX #BC1987 Medium Violet Red

📋 copy color: '#BC1987'

red 188 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #BC1987

Tints of Medium Violet Red #BC1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 54.02%
G = 7.18%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC1987 (or 0xBC1987) is known color: Medium Violet Red. HEX triplet: BC, 19 and 87. RGB value is (188,25,135). Sum of RGB (Red+Green+Blue) = 188+25+135=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1987 is #43E678. Grayscale: #565656. Windows color (decimal): -4449913 or 8853948. OLE color: 8853948.

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

Color convert

RGB 188 25 135 -
CMYK 0 0.87 0.28 0.26
HSL 319.51º 0.77% 0.42% -
HSV(B) 319.51º 0.87% 0.74% -
XYZ 25.46 13.14 24.12 -
YUV 86.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 188 25 135 0 0.87 0.28 0.26 319.51 0.77 0.42
Hex BC 19 87 0 57 1C 1A 140 4D 2A
Octal 274 31 207 0 127 34 32 500 115 52
Binary 10111100 11001 10000111 0 1010111 11100 11010 101000000 1001101 101010

Color Harmonies of #BC1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1987

Black with #BC1987

Text Example


Text Example

White with #BC1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1987; }

 p { color: rgb(188,25,135); }

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

background-color css

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

 a { background-color: rgb(188,25,135); }

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

border-color css

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

 span { border-color: rgb(188,25,135); }

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