Html Css Color HEX #BC1F80 Medium Violet Red

📋 copy color: '#BC1F80'

red 188 ◦ green 31 ◦ blue 128

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

Shades of Medium Violet Red #BC1F80

Tints of Medium Violet Red #BC1F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

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

R = 54.18%
G = 8.93%
B = 36.89%

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

#BC1F80 (or 0xBC1F80) is known color: Medium Violet Red. HEX triplet: BC, 1F and 80. RGB value is (188,31,128). Sum of RGB (Red+Green+Blue) = 188+31+128=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F80 is #43E07F. Grayscale: #585858. Windows color (decimal): -4448384 or 8396732. OLE color: 8396732.

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

Color convert

RGB 188 31 128 -
CMYK 0 0.84 0.32 0.26
HSL 322.93º 0.72% 0.43% -
HSV(B) 322.93º 0.84% 0.74% -
XYZ 25.13 13.23 21.65 -
YUV 89 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 188 31 128 0 0.84 0.32 0.26 322.93 0.72 0.43
Hex BC 1F 80 0 54 20 1A 143 48 2B
Octal 274 37 200 0 124 40 32 503 110 53
Binary 10111100 11111 10000000 0 1010100 100000 11010 101000011 1001000 101011

Color Harmonies of #BC1F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F80

Black with #BC1F80

Text Example


Text Example

White with #BC1F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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