Html Css Color HEX #BC2371 Medium Red Violet

📋 copy color: '#BC2371'

red 188 ◦ green 35 ◦ blue 113

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

Shades of Medium Red Violet #BC2371

Tints of Medium Red Violet #BC2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

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

R = 55.95%
G = 10.42%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC2371 (or 0xBC2371) is known color: Medium Red Violet. HEX triplet: BC, 23 and 71. RGB value is (188,35,113). Sum of RGB (Red+Green+Blue) = 188+35+113=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2371 is #43DC8E. Grayscale: #595959. Windows color (decimal): -4447375 or 7414716. OLE color: 7414716.

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

Color convert

RGB 188 35 113 -
CMYK 0 0.81 0.40 0.26
HSL 329.41º 0.69% 0.44% -
HSV(B) 329.41º 0.81% 0.74% -
XYZ 24.32 13.09 16.87 -
YUV 89.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 188 35 113 0 0.81 0.40 0.26 329.41 0.69 0.44
Hex BC 23 71 0 51 28 1A 149 45 2C
Octal 274 43 161 0 121 50 32 511 105 54
Binary 10111100 100011 1110001 0 1010001 101000 11010 101001001 1000101 101100

Color Harmonies of #BC2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2371

Black with #BC2371

Text Example


Text Example

White with #BC2371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2371; }

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

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

background-color css

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

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

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

border-color css

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

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

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