Html Css Color HEX #BC297E Medium Red Violet

📋 copy color: '#BC297E'

red 188 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #BC297E

Tints of Medium Red Violet #BC297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 52.96%
G = 11.55%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC297E (or 0xBC297E) is known color: Medium Red Violet. HEX triplet: BC, 29 and 7E. RGB value is (188,41,126). Sum of RGB (Red+Green+Blue) = 188+41+126=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC297E is #43D681. Grayscale: #5E5E5E. Windows color (decimal): -4445826 or 8268220. OLE color: 8268220.

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

Color convert

RGB 188 41 126 -
CMYK 0 0.78 0.33 0.26
HSL 325.31º 0.64% 0.45% -
HSV(B) 325.31º 0.78% 0.74% -
XYZ 25.3 13.78 21.07 -
YUV 94.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 188 41 126 0 0.78 0.33 0.26 325.31 0.64 0.45
Hex BC 29 7E 0 4E 21 1A 145 40 2D
Octal 274 51 176 0 116 41 32 505 100 55
Binary 10111100 101001 1111110 0 1001110 100001 11010 101000101 1000000 101101

Color Harmonies of #BC297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC297E

Black with #BC297E

Text Example


Text Example

White with #BC297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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