Html Css Color HEX #BC1474 Medium Violet Red

📋 copy color: '#BC1474'

red 188 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #BC1474

Tints of Medium Violet Red #BC1474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 58.02%
G = 6.17%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC1474 (or 0xBC1474) is known color: Medium Violet Red. HEX triplet: BC, 14 and 74. RGB value is (188,20,116). Sum of RGB (Red+Green+Blue) = 188+20+116=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1474 is #43EB8B. Grayscale: #505050. Windows color (decimal): -4451212 or 7607484. OLE color: 7607484.

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

Color convert

RGB 188 20 116 -
CMYK 0 0.89 0.38 0.26
HSL 325.71º 0.81% 0.41% -
HSV(B) 325.71º 0.89% 0.74% -
XYZ 24.14 12.45 17.65 -
YUV 81.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 188 20 116 0 0.89 0.38 0.26 325.71 0.81 0.41
Hex BC 14 74 0 59 26 1A 146 51 29
Octal 274 24 164 0 131 46 32 506 121 51
Binary 10111100 10100 1110100 0 1011001 100110 11010 101000110 1010001 101001

Color Harmonies of #BC1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1474

Black with #BC1474

Text Example


Text Example

White with #BC1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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