Html Css Color HEX #BC1F76 Medium Violet Red

📋 copy color: '#BC1F76'

red 188 ◦ green 31 ◦ blue 118

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

Shades of Medium Violet Red #BC1F76

Tints of Medium Violet Red #BC1F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 55.79%
G = 9.2%
B = 35.01%

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

#BC1F76 (or 0xBC1F76) is known color: Medium Violet Red. HEX triplet: BC, 1F and 76. RGB value is (188,31,118). Sum of RGB (Red+Green+Blue) = 188+31+118=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F76 is #43E089. Grayscale: #575757. Windows color (decimal): -4448394 or 7741372. OLE color: 7741372.

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

Color convert

RGB 188 31 118 -
CMYK 0 0.84 0.37 0.26
HSL 326.75º 0.72% 0.43% -
HSV(B) 326.75º 0.84% 0.74% -
XYZ 24.5 12.98 18.35 -
YUV 87.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 188 31 118 0 0.84 0.37 0.26 326.75 0.72 0.43
Hex BC 1F 76 0 54 25 1A 147 48 2B
Octal 274 37 166 0 124 45 32 507 110 53
Binary 10111100 11111 1110110 0 1010100 100101 11010 101000111 1001000 101011

Color Harmonies of #BC1F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F76

Black with #BC1F76

Text Example


Text Example

White with #BC1F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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