Html Css Color HEX #BC2071 Medium Violet Red

📋 copy color: '#BC2071'

red 188 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #BC2071

Tints of Medium Violet Red #BC2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.61%

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

R = 56.46%
G = 9.61%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC2071 (or 0xBC2071) is known color: Medium Violet Red. HEX triplet: BC, 20 and 71. RGB value is (188,32,113). Sum of RGB (Red+Green+Blue) = 188+32+113=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2071 is #43DF8E. Grayscale: #575757. Windows color (decimal): -4448143 or 7413948. OLE color: 7413948.

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

Color convert

RGB 188 32 113 -
CMYK 0 0.83 0.40 0.26
HSL 328.85º 0.71% 0.43% -
HSV(B) 328.85º 0.83% 0.74% -
XYZ 24.24 12.92 16.84 -
YUV 87.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 188 32 113 0 0.83 0.40 0.26 328.85 0.71 0.43
Hex BC 20 71 0 53 28 1A 149 47 2B
Octal 274 40 161 0 123 50 32 511 107 53
Binary 10111100 100000 1110001 0 1010011 101000 11010 101001001 1000111 101011

Color Harmonies of #BC2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2071

Black with #BC2071

Text Example


Text Example

White with #BC2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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