Html Css Color HEX #BC1F7D Medium Violet Red

📋 copy color: '#BC1F7D'

red 188 ◦ green 31 ◦ blue 125

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

Shades of Medium Violet Red #BC1F7D

Tints of Medium Violet Red #BC1F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 54.65%
G = 9.01%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC1F7D (or 0xBC1F7D) is known color: Medium Violet Red. HEX triplet: BC, 1F and 7D. RGB value is (188,31,125). Sum of RGB (Red+Green+Blue) = 188+31+125=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F7D is #43E082. Grayscale: #585858. Windows color (decimal): -4448387 or 8200124. OLE color: 8200124.

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

Color convert

RGB 188 31 125 -
CMYK 0 0.84 0.34 0.26
HSL 324.08º 0.72% 0.43% -
HSV(B) 324.08º 0.84% 0.74% -
XYZ 24.93 13.15 20.63 -
YUV 88.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 188 31 125 0 0.84 0.34 0.26 324.08 0.72 0.43
Hex BC 1F 7D 0 54 22 1A 144 48 2B
Octal 274 37 175 0 124 42 32 504 110 53
Binary 10111100 11111 1111101 0 1010100 100010 11010 101000100 1001000 101011

Color Harmonies of #BC1F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F7D

Black with #BC1F7D

Text Example


Text Example

White with #BC1F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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