Html Css Color HEX #BC1291 Medium Violet Red

📋 copy color: '#BC1291'

red 188 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #BC1291

Tints of Medium Violet Red #BC1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

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

R = 53.56%
G = 5.13%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC1291 (or 0xBC1291) is known color: Medium Violet Red. HEX triplet: BC, 12 and 91. RGB value is (188,18,145). Sum of RGB (Red+Green+Blue) = 188+18+145=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1291 is #43ED6E. Grayscale: #525252. Windows color (decimal): -4451695 or 9507516. OLE color: 9507516.

HSL color Cylindrical-coordinate representation of color #BC1291: hue angle of 315.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1291 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 145 -
CMYK 0 0.90 0.23 0.26
HSL 315.18º 0.83% 0.4% -
HSV(B) 315.18º 0.9% 0.74% -
XYZ 26.07 13.17 27.96 -
YUV 83.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 188 18 145 0 0.90 0.23 0.26 315.18 0.83 0.4
Hex BC 12 91 0 5A 17 1A 13B 53 28
Octal 274 22 221 0 132 27 32 473 123 50
Binary 10111100 10010 10010001 0 1011010 10111 11010 100111011 1010011 101000

Color Harmonies of #BC1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1291

Black with #BC1291

Text Example


Text Example

White with #BC1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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