Html Css Color HEX #BC2379 Medium Red Violet

📋 copy color: '#BC2379'

red 188 ◦ green 35 ◦ blue 121

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

Shades of Medium Red Violet #BC2379

Tints of Medium Red Violet #BC2379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 54.65%
G = 10.17%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC2379 (or 0xBC2379) is known color: Medium Red Violet. HEX triplet: BC, 23 and 79. RGB value is (188,35,121). Sum of RGB (Red+Green+Blue) = 188+35+121=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2379 is #43DC86. Grayscale: #5A5A5A. Windows color (decimal): -4447367 or 7939004. OLE color: 7939004.

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

Color convert

RGB 188 35 121 -
CMYK 0 0.81 0.36 0.26
HSL 326.27º 0.69% 0.44% -
HSV(B) 326.27º 0.81% 0.74% -
XYZ 24.79 13.27 19.34 -
YUV 90.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 188 35 121 0 0.81 0.36 0.26 326.27 0.69 0.44
Hex BC 23 79 0 51 24 1A 146 45 2C
Octal 274 43 171 0 121 44 32 506 105 54
Binary 10111100 100011 1111001 0 1010001 100100 11010 101000110 1000101 101100

Color Harmonies of #BC2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2379

Black with #BC2379

Text Example


Text Example

White with #BC2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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