Html Css Color HEX #BC2991 Medium Red Violet

📋 copy color: '#BC2991'

red 188 ◦ green 41 ◦ blue 145

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

Shades of Medium Red Violet #BC2991

Tints of Medium Red Violet #BC2991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 50.27%
G = 10.96%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC2991 (or 0xBC2991) is known color: Medium Red Violet. HEX triplet: BC, 29 and 91. RGB value is (188,41,145). Sum of RGB (Red+Green+Blue) = 188+41+145=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2991 is #43D66E. Grayscale: #606060. Windows color (decimal): -4445807 or 9513404. OLE color: 9513404.

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

Color convert

RGB 188 41 145 -
CMYK 0 0.78 0.23 0.26
HSL 317.55º 0.64% 0.45% -
HSV(B) 317.55º 0.78% 0.74% -
XYZ 26.64 14.32 28.15 -
YUV 96.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 188 41 145 0 0.78 0.23 0.26 317.55 0.64 0.45
Hex BC 29 91 0 4E 17 1A 13E 40 2D
Octal 274 51 221 0 116 27 32 476 100 55
Binary 10111100 101001 10010001 0 1001110 10111 11010 100111110 1000000 101101

Color Harmonies of #BC2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2991

Black with #BC2991

Text Example


Text Example

White with #BC2991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2991; }

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

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

background-color css

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

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

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

border-color css

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

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

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