Html Css Color HEX #BC1473 Medium Violet Red

📋 copy color: '#BC1473'

red 188 ◦ green 20 ◦ blue 115

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

Shades of Medium Violet Red #BC1473

Tints of Medium Violet Red #BC1473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 58.2%
G = 6.19%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC1473 (or 0xBC1473) is known color: Medium Violet Red. HEX triplet: BC, 14 and 73. RGB value is (188,20,115). Sum of RGB (Red+Green+Blue) = 188+20+115=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1473 is #43EB8C. Grayscale: #505050. Windows color (decimal): -4451213 or 7541948. OLE color: 7541948.

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

Color convert

RGB 188 20 115 -
CMYK 0 0.89 0.39 0.26
HSL 326.07º 0.81% 0.41% -
HSV(B) 326.07º 0.89% 0.74% -
XYZ 24.08 12.43 17.35 -
YUV 81.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 188 20 115 0 0.89 0.39 0.26 326.07 0.81 0.41
Hex BC 14 73 0 59 27 1A 146 51 29
Octal 274 24 163 0 131 47 32 506 121 51
Binary 10111100 10100 1110011 0 1011001 100111 11010 101000110 1010001 101001

Color Harmonies of #BC1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1473

Black with #BC1473

Text Example


Text Example

White with #BC1473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1473; }

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

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

background-color css

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

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

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

border-color css

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

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

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