Html Css Color HEX #BC296D Medium Red Violet

📋 copy color: '#BC296D'

red 188 ◦ green 41 ◦ blue 109

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

Shades of Medium Red Violet #BC296D

Tints of Medium Red Violet #BC296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 55.62%
G = 12.13%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC296D (or 0xBC296D) is known color: Medium Red Violet. HEX triplet: BC, 29 and 6D. RGB value is (188,41,109). Sum of RGB (Red+Green+Blue) = 188+41+109=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC296D is #43D692. Grayscale: #5C5C5C. Windows color (decimal): -4445843 or 7154108. OLE color: 7154108.

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

Color convert

RGB 188 41 109 -
CMYK 0 0.78 0.42 0.26
HSL 332.24º 0.64% 0.45% -
HSV(B) 332.24º 0.78% 0.74% -
XYZ 24.29 13.38 15.77 -
YUV 92.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 188 41 109 0 0.78 0.42 0.26 332.24 0.64 0.45
Hex BC 29 6D 0 4E 2A 1A 14C 40 2D
Octal 274 51 155 0 116 52 32 514 100 55
Binary 10111100 101001 1101101 0 1001110 101010 11010 101001100 1000000 101101

Color Harmonies of #BC296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC296D

Black with #BC296D

Text Example


Text Example

White with #BC296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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