Html Css Color HEX #BC1496 Medium Violet Red

📋 copy color: '#BC1496'

red 188 ◦ green 20 ◦ blue 150

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

Shades of Medium Violet Red #BC1496

Tints of Medium Violet Red #BC1496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

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

R = 52.51%
G = 5.59%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC1496 (or 0xBC1496) is known color: Medium Violet Red. HEX triplet: BC, 14 and 96. RGB value is (188,20,150). Sum of RGB (Red+Green+Blue) = 188+20+150=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1496 is #43EB69. Grayscale: #545454. Windows color (decimal): -4451178 or 9835708. OLE color: 9835708.

HSL color Cylindrical-coordinate representation of color #BC1496: hue angle of 313.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1496 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 150 -
CMYK 0 0.89 0.20 0.26
HSL 313.57º 0.81% 0.41% -
HSV(B) 313.57º 0.89% 0.74% -
XYZ 26.49 13.39 30.04 -
YUV 85.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 188 20 150 0 0.89 0.20 0.26 313.57 0.81 0.41
Hex BC 14 96 0 59 14 1A 13A 51 29
Octal 274 24 226 0 131 24 32 472 121 51
Binary 10111100 10100 10010110 0 1011001 10100 11010 100111010 1010001 101001

Color Harmonies of #BC1496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1496

Black with #BC1496

Text Example


Text Example

White with #BC1496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1496; }

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

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

background-color css

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

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

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

border-color css

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

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

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