Html Css Color HEX #BC1E80 Medium Violet Red

📋 copy color: '#BC1E80'

red 188 ◦ green 30 ◦ blue 128

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

Shades of Medium Violet Red #BC1E80

Tints of Medium Violet Red #BC1E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 54.34%
G = 8.67%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC1E80 (or 0xBC1E80) is known color: Medium Violet Red. HEX triplet: BC, 1E and 80. RGB value is (188,30,128). Sum of RGB (Red+Green+Blue) = 188+30+128=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1E80 is #43E17F. Grayscale: #585858. Windows color (decimal): -4448640 or 8396476. OLE color: 8396476.

HSL color Cylindrical-coordinate representation of color #BC1E80: hue angle of 322.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E80 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 128 -
CMYK 0 0.84 0.32 0.26
HSL 322.78º 0.72% 0.43% -
HSV(B) 322.78º 0.84% 0.74% -
XYZ 25.1 13.18 21.64 -
YUV 88.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 188 30 128 0 0.84 0.32 0.26 322.78 0.72 0.43
Hex BC 1E 80 0 54 20 1A 143 48 2B
Octal 274 36 200 0 124 40 32 503 110 53
Binary 10111100 11110 10000000 0 1010100 100000 11010 101000011 1001000 101011

Color Harmonies of #BC1E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E80

Black with #BC1E80

Text Example


Text Example

White with #BC1E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E80; }

 p { color: rgb(188,30,128); }

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

background-color css

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

 a { background-color: rgb(188,30,128); }

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

border-color css

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

 span { border-color: rgb(188,30,128); }

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