Html Css Color HEX #BC296E Medium Red Violet

📋 copy color: '#BC296E'

red 188 ◦ green 41 ◦ blue 110

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

Shades of Medium Red Violet #BC296E

Tints of Medium Red Violet #BC296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 55.46%
G = 12.09%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC296E (or 0xBC296E) is known color: Medium Red Violet. HEX triplet: BC, 29 and 6E. RGB value is (188,41,110). Sum of RGB (Red+Green+Blue) = 188+41+110=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC296E is #43D691. Grayscale: #5C5C5C. Windows color (decimal): -4445842 or 7219644. OLE color: 7219644.

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

Color convert

RGB 188 41 110 -
CMYK 0 0.78 0.41 0.26
HSL 331.84º 0.64% 0.45% -
HSV(B) 331.84º 0.78% 0.74% -
XYZ 24.35 13.4 16.06 -
YUV 92.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 188 41 110 0 0.78 0.41 0.26 331.84 0.64 0.45
Hex BC 29 6E 0 4E 29 1A 14C 40 2D
Octal 274 51 156 0 116 51 32 514 100 55
Binary 10111100 101001 1101110 0 1001110 101001 11010 101001100 1000000 101101

Color Harmonies of #BC296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC296E

Black with #BC296E

Text Example


Text Example

White with #BC296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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