Html Css Color HEX #BC2989 Medium Red Violet

📋 copy color: '#BC2989'

red 188 ◦ green 41 ◦ blue 137

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

Shades of Medium Red Violet #BC2989

Tints of Medium Red Violet #BC2989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 51.37%
G = 11.2%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC2989 (or 0xBC2989) is known color: Medium Red Violet. HEX triplet: BC, 29 and 89. RGB value is (188,41,137). Sum of RGB (Red+Green+Blue) = 188+41+137=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2989 is #43D676. Grayscale: #5F5F5F. Windows color (decimal): -4445815 or 8989116. OLE color: 8989116.

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

Color convert

RGB 188 41 137 -
CMYK 0 0.78 0.27 0.26
HSL 320.82º 0.64% 0.45% -
HSV(B) 320.82º 0.78% 0.74% -
XYZ 26.05 14.08 25.01 -
YUV 95.9 151.2 193.69 -
System Red Green Blue C M Y K H S L
Decimal 188 41 137 0 0.78 0.27 0.26 320.82 0.64 0.45
Hex BC 29 89 0 4E 1B 1A 141 40 2D
Octal 274 51 211 0 116 33 32 501 100 55
Binary 10111100 101001 10001001 0 1001110 11011 11010 101000001 1000000 101101

Color Harmonies of #BC2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2989

Black with #BC2989

Text Example


Text Example

White with #BC2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2989; }

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

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

background-color css

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

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

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

border-color css

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

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

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