Html Css Color HEX #BC2992 Medium Red Violet

📋 copy color: '#BC2992'

red 188 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #BC2992

Tints of Medium Red Violet #BC2992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 50.13%
G = 10.93%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC2992 (or 0xBC2992) is known color: Medium Red Violet. HEX triplet: BC, 29 and 92. RGB value is (188,41,146). Sum of RGB (Red+Green+Blue) = 188+41+146=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2992 is #43D66D. Grayscale: #606060. Windows color (decimal): -4445806 or 9578940. OLE color: 9578940.

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

Color convert

RGB 188 41 146 -
CMYK 0 0.78 0.22 0.26
HSL 317.14º 0.64% 0.45% -
HSV(B) 317.14º 0.78% 0.74% -
XYZ 26.72 14.35 28.56 -
YUV 96.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 188 41 146 0 0.78 0.22 0.26 317.14 0.64 0.45
Hex BC 29 92 0 4E 16 1A 13D 40 2D
Octal 274 51 222 0 116 26 32 475 100 55
Binary 10111100 101001 10010010 0 1001110 10110 11010 100111101 1000000 101101

Color Harmonies of #BC2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2992

Black with #BC2992

Text Example


Text Example

White with #BC2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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