Html Css Color HEX #BC1E7F Medium Violet Red

📋 copy color: '#BC1E7F'

red 188 ◦ green 30 ◦ blue 127

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

Shades of Medium Violet Red #BC1E7F

Tints of Medium Violet Red #BC1E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.81%

R = 54.49%
G = 8.7%
B = 36.81%

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

#BC1E7F (or 0xBC1E7F) is known color: Medium Violet Red. HEX triplet: BC, 1E and 7F. RGB value is (188,30,127). Sum of RGB (Red+Green+Blue) = 188+30+127=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E7F is #43E180. Grayscale: #585858. Windows color (decimal): -4448641 or 8330940. OLE color: 8330940.

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

Color convert

RGB 188 30 127 -
CMYK 0 0.84 0.32 0.26
HSL 323.16º 0.72% 0.43% -
HSV(B) 323.16º 0.84% 0.74% -
XYZ 25.03 13.15 21.3 -
YUV 88.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 188 30 127 0 0.84 0.32 0.26 323.16 0.72 0.43
Hex BC 1E 7F 0 54 20 1A 143 48 2B
Octal 274 36 177 0 124 40 32 503 110 53
Binary 10111100 11110 1111111 0 1010100 100000 11010 101000011 1001000 101011

Color Harmonies of #BC1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E7F

Black with #BC1E7F

Text Example


Text Example

White with #BC1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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