Html Css Color HEX #BC2996 Medium Red Violet

📋 copy color: '#BC2996'

red 188 ◦ green 41 ◦ blue 150

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

Shades of Medium Red Violet #BC2996

Tints of Medium Red Violet #BC2996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 49.6%
G = 10.82%
B = 39.58%

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

#BC2996 (or 0xBC2996) is known color: Medium Red Violet. HEX triplet: BC, 29 and 96. RGB value is (188,41,150). Sum of RGB (Red+Green+Blue) = 188+41+150=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2996 is #43D669. Grayscale: #616161. Windows color (decimal): -4445802 or 9841084. OLE color: 9841084.

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

Color convert

RGB 188 41 150 -
CMYK 0 0.78 0.20 0.26
HSL 315.51º 0.64% 0.45% -
HSV(B) 315.51º 0.78% 0.74% -
XYZ 27.04 14.48 30.22 -
YUV 97.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 188 41 150 0 0.78 0.20 0.26 315.51 0.64 0.45
Hex BC 29 96 0 4E 14 1A 13C 40 2D
Octal 274 51 226 0 116 24 32 474 100 55
Binary 10111100 101001 10010110 0 1001110 10100 11010 100111100 1000000 101101

Color Harmonies of #BC2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2996

Black with #BC2996

Text Example


Text Example

White with #BC2996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2996; }

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

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

background-color css

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

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

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

border-color css

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

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

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