Html Css Color HEX #BC1274 Medium Violet Red

📋 copy color: '#BC1274'

red 188 ◦ green 18 ◦ blue 116

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

Shades of Medium Violet Red #BC1274

Tints of Medium Violet Red #BC1274

RGB

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

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

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

R = 58.39%
G = 5.59%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC1274 (or 0xBC1274) is known color: Medium Violet Red. HEX triplet: BC, 12 and 74. RGB value is (188,18,116). Sum of RGB (Red+Green+Blue) = 188+18+116=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1274 is #43ED8B. Grayscale: #4F4F4F. Windows color (decimal): -4451724 or 7606972. OLE color: 7606972.

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

Color convert

RGB 188 18 116 -
CMYK 0 0.90 0.38 0.26
HSL 325.41º 0.83% 0.4% -
HSV(B) 325.41º 0.9% 0.74% -
XYZ 24.11 12.38 17.64 -
YUV 80 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 188 18 116 0 0.90 0.38 0.26 325.41 0.83 0.4
Hex BC 12 74 0 5A 26 1A 145 53 28
Octal 274 22 164 0 132 46 32 505 123 50
Binary 10111100 10010 1110100 0 1011010 100110 11010 101000101 1010011 101000

Color Harmonies of #BC1274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1274

Black with #BC1274

Text Example


Text Example

White with #BC1274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1274; }

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

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

background-color css

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

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

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

border-color css

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

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

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