Html Css Color HEX #BC297C Medium Red Violet

📋 copy color: '#BC297C'

red 188 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #BC297C

Tints of Medium Red Violet #BC297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 53.26%
G = 11.61%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC297C (or 0xBC297C) is known color: Medium Red Violet. HEX triplet: BC, 29 and 7C. RGB value is (188,41,124). Sum of RGB (Red+Green+Blue) = 188+41+124=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC297C is #43D683. Grayscale: #5E5E5E. Windows color (decimal): -4445828 or 8137148. OLE color: 8137148.

HSL color Cylindrical-coordinate representation of color #BC297C: hue angle of 326.12º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC297C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 124 -
CMYK 0 0.78 0.34 0.26
HSL 326.12º 0.64% 0.45% -
HSV(B) 326.12º 0.78% 0.74% -
XYZ 25.17 13.73 20.39 -
YUV 94.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 188 41 124 0 0.78 0.34 0.26 326.12 0.64 0.45
Hex BC 29 7C 0 4E 22 1A 146 40 2D
Octal 274 51 174 0 116 42 32 506 100 55
Binary 10111100 101001 1111100 0 1001110 100010 11010 101000110 1000000 101101

Color Harmonies of #BC297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC297C

Black with #BC297C

Text Example


Text Example

White with #BC297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC297C; }

 p { color: rgb(188,41,124); }

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

background-color css

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

 a { background-color: rgb(188,41,124); }

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

border-color css

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

 span { border-color: rgb(188,41,124); }

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