Html Css Color HEX #BC2576 Medium Red Violet

📋 copy color: '#BC2576'

red 188 ◦ green 37 ◦ blue 118

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

Shades of Medium Red Violet #BC2576

Tints of Medium Red Violet #BC2576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

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

R = 54.81%
G = 10.79%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC2576 (or 0xBC2576) is known color: Medium Red Violet. HEX triplet: BC, 25 and 76. RGB value is (188,37,118). Sum of RGB (Red+Green+Blue) = 188+37+118=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2576 is #43DA89. Grayscale: #5B5B5B. Windows color (decimal): -4446858 or 7742908. OLE color: 7742908.

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

Color convert

RGB 188 37 118 -
CMYK 0 0.80 0.37 0.26
HSL 327.81º 0.67% 0.44% -
HSV(B) 327.81º 0.8% 0.74% -
XYZ 24.67 13.32 18.41 -
YUV 91.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 188 37 118 0 0.80 0.37 0.26 327.81 0.67 0.44
Hex BC 25 76 0 50 25 1A 148 43 2C
Octal 274 45 166 0 120 45 32 510 103 54
Binary 10111100 100101 1110110 0 1010000 100101 11010 101001000 1000011 101100

Color Harmonies of #BC2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2576

Black with #BC2576

Text Example


Text Example

White with #BC2576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2576; }

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

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

background-color css

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

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

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

border-color css

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

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

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