Html Css Color HEX #BC0071 Medium Violet Red

📋 copy color: '#BC0071'

red 188 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #BC0071

Tints of Medium Violet Red #BC0071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 62.46%
G = 0%
B = 37.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC0071 (or 0xBC0071) is known color: Medium Violet Red. HEX triplet: BC, 00 and 71. RGB value is (188,0,113). Sum of RGB (Red+Green+Blue) = 188+0+113=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0071 is #43FF8E. Grayscale: #444444. Windows color (decimal): -4456335 or 7405756. OLE color: 7405756.

HSL color Cylindrical-coordinate representation of color #BC0071: hue angle of 323.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0071 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 113 -
CMYK 0 1 0.40 0.26
HSL 323.94º 1% 0.37% -
HSV(B) 323.94º 1% 0.74% -
XYZ 23.72 11.88 16.67 -
YUV 69.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 188 0 113 0 1 0.40 0.26 323.94 1 0.37
Hex BC 0 71 0 64 28 1A 144 64 25
Octal 274 0 161 0 144 50 32 504 144 45
Binary 10111100 0 1110001 0 1100100 101000 11010 101000100 1100100 100101

Color Harmonies of #BC0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0071

Black with #BC0071

Text Example


Text Example

White with #BC0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0071; }

 p { color: rgb(188,0,113); }

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

background-color css

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

 a { background-color: rgb(188,0,113); }

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

border-color css

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

 span { border-color: rgb(188,0,113); }

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