Html Css Color HEX #BC1F77 Medium Violet Red

📋 copy color: '#BC1F77'

red 188 ◦ green 31 ◦ blue 119

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

Shades of Medium Violet Red #BC1F77

Tints of Medium Violet Red #BC1F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.21%

R = 55.62%
G = 9.17%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC1F77 (or 0xBC1F77) is known color: Medium Violet Red. HEX triplet: BC, 1F and 77. RGB value is (188,31,119). Sum of RGB (Red+Green+Blue) = 188+31+119=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F77 is #43E088. Grayscale: #575757. Windows color (decimal): -4448393 or 7806908. OLE color: 7806908.

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

Color convert

RGB 188 31 119 -
CMYK 0 0.84 0.37 0.26
HSL 326.37º 0.72% 0.43% -
HSV(B) 326.37º 0.84% 0.74% -
XYZ 24.56 13 18.67 -
YUV 87.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 188 31 119 0 0.84 0.37 0.26 326.37 0.72 0.43
Hex BC 1F 77 0 54 25 1A 146 48 2B
Octal 274 37 167 0 124 45 32 506 110 53
Binary 10111100 11111 1110111 0 1010100 100101 11010 101000110 1001000 101011

Color Harmonies of #BC1F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F77

Black with #BC1F77

Text Example


Text Example

White with #BC1F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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