Html Css Color HEX #BC1F8C Medium Violet Red

📋 copy color: '#BC1F8C'

red 188 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #BC1F8C

Tints of Medium Violet Red #BC1F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39%

R = 52.37%
G = 8.64%
B = 39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC1F8C (or 0xBC1F8C) is known color: Medium Violet Red. HEX triplet: BC, 1F and 8C. RGB value is (188,31,140). Sum of RGB (Red+Green+Blue) = 188+31+140=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F8C is #43E073. Grayscale: #5A5A5A. Windows color (decimal): -4448372 or 9183164. OLE color: 9183164.

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

Color convert

RGB 188 31 140 -
CMYK 0 0.84 0.26 0.26
HSL 318.34º 0.72% 0.43% -
HSV(B) 318.34º 0.84% 0.74% -
XYZ 25.96 13.56 26.06 -
YUV 90.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 188 31 140 0 0.84 0.26 0.26 318.34 0.72 0.43
Hex BC 1F 8C 0 54 1A 1A 13E 48 2B
Octal 274 37 214 0 124 32 32 476 110 53
Binary 10111100 11111 10001100 0 1010100 11010 11010 100111110 1001000 101011

Color Harmonies of #BC1F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F8C

Black with #BC1F8C

Text Example


Text Example

White with #BC1F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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