Html Css Color HEX #BC2997 Medium Red Violet

📋 copy color: '#BC2997'

red 188 ◦ green 41 ◦ blue 151

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

Shades of Medium Red Violet #BC2997

Tints of Medium Red Violet #BC2997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 49.47%
G = 10.79%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC2997 (or 0xBC2997) is known color: Medium Red Violet. HEX triplet: BC, 29 and 97. RGB value is (188,41,151). Sum of RGB (Red+Green+Blue) = 188+41+151=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2997 is #43D668. Grayscale: #616161. Windows color (decimal): -4445801 or 9906620. OLE color: 9906620.

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

Color convert

RGB 188 41 151 -
CMYK 0 0.78 0.20 0.26
HSL 315.1º 0.64% 0.45% -
HSV(B) 315.1º 0.78% 0.74% -
XYZ 27.12 14.51 30.65 -
YUV 97.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 188 41 151 0 0.78 0.20 0.26 315.1 0.64 0.45
Hex BC 29 97 0 4E 14 1A 13B 40 2D
Octal 274 51 227 0 116 24 32 473 100 55
Binary 10111100 101001 10010111 0 1001110 10100 11010 100111011 1000000 101101

Color Harmonies of #BC2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2997

Black with #BC2997

Text Example


Text Example

White with #BC2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2997; }

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

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

background-color css

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

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

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

border-color css

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

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

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