Html Css Color HEX #BC2573 Medium Red Violet

📋 copy color: '#BC2573'

red 188 ◦ green 37 ◦ blue 115

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

Shades of Medium Red Violet #BC2573

Tints of Medium Red Violet #BC2573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 55.29%
G = 10.88%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC2573 (or 0xBC2573) is known color: Medium Red Violet. HEX triplet: BC, 25 and 73. RGB value is (188,37,115). Sum of RGB (Red+Green+Blue) = 188+37+115=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2573 is #43DA8C. Grayscale: #5A5A5A. Windows color (decimal): -4446861 or 7546300. OLE color: 7546300.

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

Color convert

RGB 188 37 115 -
CMYK 0 0.80 0.39 0.26
HSL 329.01º 0.67% 0.44% -
HSV(B) 329.01º 0.8% 0.74% -
XYZ 24.5 13.25 17.49 -
YUV 91.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 188 37 115 0 0.80 0.39 0.26 329.01 0.67 0.44
Hex BC 25 73 0 50 27 1A 149 43 2C
Octal 274 45 163 0 120 47 32 511 103 54
Binary 10111100 100101 1110011 0 1010000 100111 11010 101001001 1000011 101100

Color Harmonies of #BC2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2573

Black with #BC2573

Text Example


Text Example

White with #BC2573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2573; }

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

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

background-color css

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

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

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

border-color css

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

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

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